Files
kotlin-fork/compiler/testData/codegen/boxWithStdlib
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
..
2015-01-15 15:13:05 +03:00
2015-09-25 19:51:07 +03:00
2015-10-07 18:10:54 +03:00
2015-09-24 14:07:51 +03:00
2015-09-25 19:20:20 +03:00
2014-11-27 20:38:18 +03:00
2015-10-06 13:48:59 +03:00