Alexander Udalov
|
6a90dc2efe
|
Fix bytecode text tests for language version 1.4
New null check assertions are generated a bit more efficiently, with a
call to `checkNotNull` instead of IFNONNULL+jump.
|
2020-01-20 19:12:59 +01:00 |
|
Dmitry Petrov
|
7d49b72b79
|
JVM_IR: Support 'CHECK_NOT_NULL' intrinsic
TODO: migrate to changes related to KT-22275
|
2019-08-14 11:16:10 +03:00 |
|
Mads Ager
|
3a11322506
|
Enable bytecode text tests for the JVM_IR backend.
|
2018-12-21 16:20:45 +01:00 |
|
Dmitry Petrov
|
08885e273b
|
Support additional intrinsics in null check elimination
1. checkExpressionValueIsNotNull implies checked value is non-null
2. throwNpe never returns
#KT-18162 Fixed Target versions 1.1.4
#KT-18164 Fixed Target versions 1.1.4
|
2017-05-31 16:48:14 +03:00 |
|