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
be07a348eaa04f22d88674f37f3ebe4264595a70
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
when
History
Dmitry Petrov
2ed5a5e368
'when' should use intrinsics for '=='
...
#KT-19029 Fixed Target versions 1.1.5 #KT-18818 Fixed Target versions 1.1.5
2017-08-07 10:31:02 +03:00
..
exhaustiveWhenInitialization.kt
…
exhaustiveWhenReturn.kt
…
exhaustiveWhenUnit.kt
…
exhaustiveWhenUnitStatement.kt
…
inlineConstValsInsideWhen.kt
Optimize const vals by inlining them at use sites
2016-12-05 22:11:33 +03:00
integralWhenWithNoInlinedConstants.kt
…
kt18818.kt
'when' should use intrinsics for '=='
2017-08-07 10:31:02 +03:00
noBoxingInDefaultWhenWithSpecialCases.kt
'when' should use intrinsics for '=='
2017-08-07 10:31:02 +03:00
qualifiedConstValsInsideWhen.kt
Optimize const vals by inlining them at use sites
2016-12-05 22:11:33 +03:00
sealedWhenInitialization.kt
Optimize out trivial INSTANCEOF checks
2017-05-31 16:48:14 +03:00
simpleConstValsInsideWhen.kt
Optimize const vals by inlining them at use sites
2016-12-05 22:11:33 +03:00
whenNull.kt
'when' should use intrinsics for '=='
2017-08-07 10:31:02 +03:00
whenZero.kt
'when' should use intrinsics for '=='
2017-08-07 10:31:02 +03:00