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
8bc360fa0cc4f876b674256e4ea7563693f09bd0
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
boxingOptimization
T
History
Dmitry Petrov
9a95941ef3
JVM_IR: Rewrite '?.' and '?:' chains
...
This shortens code and avoids unnecessary boxing in some cases.
2020-03-26 12:19:25 +03:00
..
boxingAndEquals.kt
Add and (un)mute inline class tests
2019-06-13 12:25:06 +02:00
casts.kt
Support basic reification in IR
2019-04-08 13:10:22 +02:00
checkcastAndInstanceOf.kt
Add and (un)mute inline class tests
2019-06-13 12:25:06 +02:00
fold.kt
…
inlineClassesAndInlinedLambda.kt
Add and (un)mute inline class tests
2019-06-13 12:25:06 +02:00
intCompareTo.kt
…
kClassInAnnotation.kt
Implement support for KClass fields in annotation classes.
2019-03-26 11:54:16 +01:00
kClassInAnnotationEscaping.kt
Implement support for KClass fields in annotation classes.
2019-03-26 11:54:16 +01:00
kt6842.kt
…
kt7224.kt
JVM_IR: Optimize null checks.
2019-01-19 09:43:43 +01:00
kt15862_2.kt
…
kt15862.kt
…
maxMinBy.kt
[JVM_IR] Rebase test of string concatenation codegen.
2020-03-23 16:42:53 +03:00
nullCheck.kt
Support basic reification in IR
2019-04-08 13:10:22 +02:00
progressions.kt
…
safeCallToPrimitiveEquality.kt
Update bytecode text tests in JVM_IR
2020-02-14 14:07:03 +03:00
safeCallWithElvis.kt
JVM_IR: Rewrite '?.' and '?:' chains
2020-03-26 12:19:25 +03:00
severalInlines.kt
JVM_IR: Generate fake inlining local variables for debugging.
2019-11-29 13:38:34 +01:00
simple.kt
…
simpleUninitializedMerge.kt
JVM_IR: Optimize null checks.
2019-01-19 09:43:43 +01:00
unsafeRemoving.kt
JVM_IR: Optimize null checks.
2019-01-19 09:43:43 +01:00
unsignedRangeIteratorSpecialization.kt
JVM_IR: move lambda captures to end of signature when inlining
2019-11-11 13:46:42 +01:00
variableClash.kt
…
variables.kt
…