Files
kotlin/compiler/testData/codegen/bytecodeText
Alexander Udalov 1036506b25 Introduce new string table optimized for JVM class files
This format of the string table allows to reduce the size of the Kotlin
metadata in JVM class files by reusing constants already present in the
constant pool. Currently the string table produced by JvmStringTable is not
fully optimized in serialization (in particular, the 'substring' operation
which will be used to extract type names out of generic signature, is not used
at all), but the format and its complete support in the deserialization
(JvmNameResolver) allows future improvement without changing the binary version
2015-09-29 16:26:28 +03:00
..
2015-06-24 09:48:55 +03:00
2014-11-21 13:59:43 +03:00
2013-02-11 02:01:43 +04:00
2015-04-07 13:08:51 +03:00