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-18 08:31:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f0282bcfdfeefd01a1ae4d4038c14a9fda8bb67d
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
nullCheckOptimization
History
Dmitry Petrov
f678db2f89
KT-36813 Generate optimizable null checks in JVM_IR
2020-03-03 22:38:21 +03:00
..
localLateinit
Optimize more redundant
kotlin/jvm/internal/Ref
s
2020-03-02 20:20:55 +03:00
alreadyCheckedForIs.kt
…
alreadyCheckedForNull.kt
…
deterministicNotNullChecks.kt
…
expressionValueIsNotNull.kt
KT-36813 Generate optimizable null checks in JVM_IR
2020-03-03 22:38:21 +03:00
expressionValueIsNotNullAfterExclExcl.kt
…
expressionValueIsNotNullTwice.kt
KT-36813 Generate optimizable null checks in JVM_IR
2020-03-03 22:38:21 +03:00
ifNullEqualsNull.kt
…
ifNullEqualsNullInline.kt
…
ifUnitEqualsNull.kt
…
ifUnitEqualsNullInline.kt
…
kt12839.kt
…
multipleExclExcl_1_4.kt
…
notNullAsNotNullable.kt
…
notNullExpressionValueTwice_1_4.kt
KT-36813 Generate optimizable null checks in JVM_IR
2020-03-03 22:38:21 +03:00
nullabilityAssertionOnDispatchReceiver.kt
…
nullCheckAfterExclExcl_1_4.kt
…
primitiveCheck.kt
…
redundantSafeCall_1_4.kt
…
redundantSafeCall.kt
…
reifiedIs.kt
…
reifiedNullIs.kt
…
trivialInstanceOf.kt
…