Files
kotlin/compiler/testData/codegen/bytecodeText
Alexander Udalov a4732b442d Don't create KClass and KPackage instances in <clinit>
This proved to be a fragile technique, which probably doesn't even improve
performance in most cases but has lots of unexpected problems: unconditional
initialization of reflection classes, increasing the size of the bytecode, bugs
with <clinit> in annotations on JVM 6, inability to support conversion of a
class from Kotlin to Java without recompiling clients which use it
reflectively, etc.
2015-10-11 17:10:35 +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