Drop package facades: JVM BE tests passed.
This commit is contained in:
+3
-3
@@ -7,10 +7,10 @@ fun foo() : String {
|
||||
}
|
||||
|
||||
// 3 ISTORE
|
||||
// 11 ILOAD
|
||||
// 7 ILOAD
|
||||
// 2 ASTORE
|
||||
// 8 ALOAD
|
||||
// 6 ALOAD
|
||||
// 2 LSTORE
|
||||
// 6 LLOAD
|
||||
// 4 LLOAD
|
||||
// 1 MAXLOCALS = 10
|
||||
// 0 InlineMarker
|
||||
|
||||
+2
-2
@@ -9,9 +9,9 @@ fun test() {
|
||||
}
|
||||
|
||||
// 1 ISTORE
|
||||
// 3 ILOAD
|
||||
// 2 ILOAD
|
||||
// 2 ASTORE
|
||||
// 7 ALOAD
|
||||
// 5 ALOAD
|
||||
// 2 MAXLOCALS = 3
|
||||
// 1 MAXLOCALS = 4
|
||||
// 0 InlineMarker
|
||||
|
||||
@@ -10,5 +10,5 @@ fun foo() : Int {
|
||||
}
|
||||
|
||||
// 3 ISTORE
|
||||
// 11 ILOAD
|
||||
// 7 ILOAD
|
||||
// 0 InlineMarker
|
||||
|
||||
+1
-1
@@ -16,6 +16,6 @@ fun foo() : String {
|
||||
)
|
||||
}
|
||||
|
||||
// 14 ALOAD
|
||||
// 10 ALOAD
|
||||
// 2 ASTORE
|
||||
// 0 InlineMarker
|
||||
|
||||
+1
-1
@@ -6,6 +6,6 @@ fun foo() : String {
|
||||
}
|
||||
|
||||
// 6 ASTORE
|
||||
// 21 ALOAD
|
||||
// 16 ALOAD
|
||||
// 1 MAXLOCALS = 7
|
||||
// 0 InlineMarker
|
||||
|
||||
Reference in New Issue
Block a user