Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/JumpsRequiringConstantWideOperands.golden

Issue 2641443002: [ignition] Use absolute values for jump offsets (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 wrap: yes 6 wrap: yes
7 7
8 --- 8 ---
9 snippet: " 9 snippet: "
10 var x = 0.1; 10 var x = 0.1;
(...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 /* 4128 E> */ B(TestEqual), R(1), U8(4), 964 /* 4128 E> */ B(TestEqual), R(1), U8(4),
965 B(Wide), B(JumpIfFalse), U16(7), 965 B(Wide), B(JumpIfFalse), U16(7),
966 /* 4134 S> */ B(Wide), B(Jump), U16(16), 966 /* 4134 S> */ B(Wide), B(Jump), U16(16),
967 /* 4146 S> */ B(LdaSmi), U8(2), 967 /* 4146 S> */ B(LdaSmi), U8(2),
968 /* 4152 E> */ B(TestEqual), R(1), U8(5), 968 /* 4152 E> */ B(TestEqual), R(1), U8(5),
969 B(Wide), B(JumpIfFalse), U16(7), 969 B(Wide), B(JumpIfFalse), U16(7),
970 /* 4158 S> */ B(Wide), B(Jump), U16(12), 970 /* 4158 S> */ B(Wide), B(Jump), U16(12),
971 /* 4114 S> */ B(Ldar), R(1), 971 /* 4114 S> */ B(Ldar), R(1),
972 B(Inc), U8(3), 972 B(Inc), U8(3),
973 B(Star), R(1), 973 B(Star), R(1),
974 B(JumpLoop), U8(-42), U8(0), 974 B(JumpLoop), U8(42), U8(0),
975 /* 4167 S> */ B(LdaSmi), U8(3), 975 /* 4167 S> */ B(LdaSmi), U8(3),
976 /* 4177 S> */ B(Return), 976 /* 4177 S> */ B(Return),
977 ] 977 ]
978 constant pool: [ 978 constant pool: [
979 HEAP_NUMBER_TYPE [0.1], 979 HEAP_NUMBER_TYPE [0.1],
980 HEAP_NUMBER_TYPE [0.1], 980 HEAP_NUMBER_TYPE [0.1],
981 HEAP_NUMBER_TYPE [0.1], 981 HEAP_NUMBER_TYPE [0.1],
982 HEAP_NUMBER_TYPE [0.1], 982 HEAP_NUMBER_TYPE [0.1],
983 HEAP_NUMBER_TYPE [0.1], 983 HEAP_NUMBER_TYPE [0.1],
984 HEAP_NUMBER_TYPE [0.1], 984 HEAP_NUMBER_TYPE [0.1],
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1285 HEAP_NUMBER_TYPE [0.4], 1285 HEAP_NUMBER_TYPE [0.4],
1286 HEAP_NUMBER_TYPE [0.4], 1286 HEAP_NUMBER_TYPE [0.4],
1287 HEAP_NUMBER_TYPE [0.4], 1287 HEAP_NUMBER_TYPE [0.4],
1288 HEAP_NUMBER_TYPE [0.4], 1288 HEAP_NUMBER_TYPE [0.4],
1289 HEAP_NUMBER_TYPE [0.4], 1289 HEAP_NUMBER_TYPE [0.4],
1290 HEAP_NUMBER_TYPE [0.4], 1290 HEAP_NUMBER_TYPE [0.4],
1291 ] 1291 ]
1292 handlers: [ 1292 handlers: [
1293 ] 1293 ]
1294 1294
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698