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-09 00:21:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fe047f9b47b89295d76cfcb398d58b5b683fe799
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
when
History
Mads Ager
db17184cfd
[JVM_IR] Avoid some boxing when comparing boxed primitives to primitives.
2020-05-01 13:14:20 +03:00
..
edgeCases.kt
…
exhaustiveWhenInitialization.kt
…
exhaustiveWhenReturn.kt
Update bytecode text tests for JVM_IR
2020-02-20 14:59:29 +03:00
exhaustiveWhenUnit.kt
…
exhaustiveWhenUnitStatement.kt
…
inlineConstValsInsideWhen.kt
…
integralWhenWithNoInlinedConstants.kt
…
kt18818.kt
…
lookupSwitch.kt
…
lookupSwitchWithSubjectVal.kt
KT-36047 Support when-with-subject in optimized 'when' generators
2020-03-11 18:09:17 +03:00
noBoxingInDefaultWhenWithSpecialCases.kt
[JVM_IR] Avoid some boxing when comparing boxed primitives to primitives.
2020-05-01 13:14:20 +03:00
qualifiedConstValsInsideWhen.kt
…
sealedWhenInitialization.kt
…
simpleConstValsInsideWhen.kt
…
stringSwitchWithSubjectVal.kt
KT-36047 Support when-with-subject in optimized 'when' generators
2020-03-11 18:09:17 +03:00
subjectValHasLocalVariableSlot.kt
…
subjectValInEnumWhenHasLocalVariableSlot.kt
…
subjectValInIntWhenHasLocalVariableSlot.kt
…
subjectValInStringWhenHasLocalVariableSlot.kt
…
switchOptimizationDuplicates.kt
…
tableSwitch.kt
…
tableSwitchWithSubjectVal.kt
KT-36047 Support when-with-subject in optimized 'when' generators
2020-03-11 18:09:17 +03:00
whenNull.kt
…
whenZero.kt
[JVM_IR] Use ifne and ifeq for integer zero comparisons.
2020-04-28 16:27:10 +02:00