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 08:31:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b4051c45775232c976d81e8fcab793c49f5a9568
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
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.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
…