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
c362a9154b77fda6c45aa577bf6d733cebe2d94b
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
Optimize comparison with zero and null
2015-04-07 17:28:01 +03:00
progressions.kt
Remove deprecated ranges from tests and take into account that Byte and Short rangeTo now returns IntRange.
2015-11-11 03:53:31 +03:00
safeCallWithElvis.kt
…
severalInlines.kt
Simple version of redundant GOTO's removing
2014-09-26 12:37:33 +04:00
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
…