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
5ed845d0b41fd0f1dd944f317a63998675cc2ace
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
KT-36336 @EnhancedNullability and null checks
2020-02-05 11:15:41 +03:00
expressionValueIsNotNull.kt
KT-36813 Generate optimizable null checks in JVM_IR
2020-03-03 22:38:21 +03:00
expressionValueIsNotNullAfterExclExcl.kt
Fix bytecode text tests for language version 1.4
2020-01-20 19:12:59 +01:00
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
JVM IR: Support -Xno-call-assertions
2020-01-30 14:43:23 +03:00
nullCheckAfterExclExcl_1_4.kt
…
primitiveCheck.kt
…
redundantSafeCall_1_4.kt
…
redundantSafeCall.kt
…
reifiedIs.kt
…
reifiedNullIs.kt
…
trivialInstanceOf.kt
…