This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2200bfcc85cf80f5e337f0677f71e84ced53d1de
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
boxingOptimization
T
History
Dmitry Petrov
3bbd8979e4
KT-9670: optimize Class <-> KClass wrapping/unwrapping as a special case of boxing/unboxing.
...
NB doesn't work for arrays of classes.
2016-03-04 10:14:21 +03:00
..
casts.kt
…
checkcastAndInstanceOf.kt
…
fold.kt
…
kClassInAnnotation.kt
KT-9670: optimize Class <-> KClass wrapping/unwrapping as a special case of boxing/unboxing.
2016-03-04 10:14:21 +03:00
kClassInAnnotationEscaping.kt
KT-9670: optimize Class <-> KClass wrapping/unwrapping as a special case of boxing/unboxing.
2016-03-04 10:14:21 +03:00
kt6842.kt
Do not treat uninitialized value as a reason to retain boxing
2016-02-25 08:31:19 +03:00
kt7224.kt
Test for obsolete KT-7224: Redundant result boxing on ?. call on a primitive
2016-01-29 12:13:16 +03:00
nullCheck.kt
…
progressions.kt
…
safeCallWithElvis.kt
…
severalInlines.kt
…
simple.kt
…
simpleUninitializedMerge.kt
Do not treat uninitialized value as a reason to retain boxing
2016-02-25 08:31:19 +03:00
unsafeRemoving.kt
Drop identityEquals from builtins, compiler and tests.
2016-01-22 05:54:38 +03:00
variableClash.kt
…
variables.kt
…