JVM run temporary variable elimination before inlining
This commit is contained in:
committed by
TeamCityServer
parent
de3203ee48
commit
f3ca0afd34
+2
@@ -139,6 +139,8 @@ class ExpressionCodegen(
|
||||
val reifiedTypeParametersUsages: ReifiedTypeParametersUsages,
|
||||
) : IrElementVisitor<PromisedValue, BlockInfo>, BaseExpressionCodegen {
|
||||
|
||||
override fun toString(): String = signature.toString()
|
||||
|
||||
var finallyDepth = 0
|
||||
|
||||
val context = classCodegen.context
|
||||
|
||||
Reference in New Issue
Block a user