Use GETFIELD instead of unbox-impl inside inline classes
#KT-36783 Fixed
This commit is contained in:
@@ -20,10 +20,5 @@ fun takeNullable(a: UInt?) {}
|
||||
// -- 1 before takeAnyInside
|
||||
// 2 INVOKESTATIC UInt\.box
|
||||
|
||||
// JVM_TEMPLATES:
|
||||
// -- equals-impl
|
||||
// 1 INVOKEVIRTUAL UInt\.unbox
|
||||
|
||||
// JVM_IR_TEMPLATES:
|
||||
// -- getA, toString, hashCode, equals-impl, equals
|
||||
// 5 INVOKEVIRTUAL UInt\.unbox
|
||||
Reference in New Issue
Block a user