This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-08 15:53:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c7f76d7ec84bc01ca512dd5ad0fbeb03611c9e4c
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
boxingOptimization
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
…