Write local variable for inline function and inline argument
This commit is contained in:
+1
-1
@@ -12,5 +12,5 @@ fun foo() : String {
|
||||
// 8 ALOAD
|
||||
// 2 LSTORE
|
||||
// 6 LLOAD
|
||||
// 1 MAXLOCALS = 9
|
||||
// 1 MAXLOCALS = 10
|
||||
// 0 InlineMarker
|
||||
|
||||
+2
-1
@@ -12,5 +12,6 @@ fun test() {
|
||||
// 3 ILOAD
|
||||
// 2 ASTORE
|
||||
// 7 ALOAD
|
||||
// 3 MAXLOCALS = 3
|
||||
// 2 MAXLOCALS = 3
|
||||
// 1 MAXLOCALS = 4
|
||||
// 0 InlineMarker
|
||||
|
||||
+1
-1
@@ -7,5 +7,5 @@ fun foo() : String {
|
||||
|
||||
// 6 ASTORE
|
||||
// 21 ALOAD
|
||||
// 1 MAXLOCALS = 5
|
||||
// 1 MAXLOCALS = 7
|
||||
// 0 InlineMarker
|
||||
|
||||
Reference in New Issue
Block a user