Skip to content

Commit d2232b3

Browse files
committed
regenerated compiler golden files
1 parent 51f724f commit d2232b3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

graalpython/com.oracle.graal.python.test/testData/goldenFiles/CompilerTests/testBenchmark2.co

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Disassembly of <module>:
22
000000 0 LOAD_BUILD_CLASS
33
000000 1 MAKE_FUNCTION 0 (HandlerTask)
4-
000000 4 LOAD_STRING 1 ('HandlerTask')
4+
000000 4 LOAD_STRING 0 ('HandlerTask')
55
000018 6 LOAD_GLOBAL 0 (Task)
66
000000 8 CALL_FUNCTION 3
77
000000 10 STORE_NAME 1 (HandlerTask)

graalpython/com.oracle.graal.python.test/testData/goldenFiles/CompilerTests/testClass.co

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Disassembly of <module>:
22
000000 0 LOAD_BUILD_CLASS
33
000000 1 MAKE_FUNCTION 0 (Foo)
4-
000000 4 LOAD_STRING 1 ('Foo')
4+
000000 4 LOAD_STRING 0 ('Foo')
55
000000 6 CALL_FUNCTION 2
66
000000 8 STORE_NAME 0 (Foo)
77
000000 10 LOAD_NONE

graalpython/com.oracle.graal.python.test/testData/goldenFiles/CompilerTests/testLoadClassDefRef.co

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Disassembly of f:
1111
000015 1 LOAD_CLOSURE 0 (x)
1212
000015 3 CLOSURE_FROM_STACK 1
1313
000015 5 MAKE_FUNCTION 8 (f.<locals>.C)
14-
000015 8 LOAD_STRING 2 ('C')
14+
000015 8 LOAD_STRING 3 ('C')
1515
000015 10 CALL_FUNCTION 2
1616
000015 12 STORE_FAST 1 (C)
1717
000000 14 LOAD_NONE

graalpython/com.oracle.graal.python.test/testData/goldenFiles/CompilerTests/testSuper.co

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Disassembly of <module>:
22
000000 0 LOAD_BUILD_CLASS
33
000000 1 MAKE_FUNCTION 0 (Foo)
4-
000000 4 LOAD_STRING 1 ('Foo')
4+
000000 4 LOAD_STRING 0 ('Foo')
55
000000 6 CALL_FUNCTION 2
66
000000 8 STORE_NAME 0 (Foo)
77
000051 10 LOAD_BUILD_CLASS
88
000051 11 MAKE_FUNCTION 0 (Bar)
9-
000051 14 LOAD_STRING 3 ('Bar')
9+
000051 14 LOAD_STRING 2 ('Bar')
1010
000061 16 LOAD_NAME 0 (Foo)
1111
000051 18 CALL_FUNCTION 3
1212
000051 20 STORE_NAME 1 (Bar)

0 commit comments

Comments
 (0)