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

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

Issue 2641443002: [ignition] Use absolute values for jump offsets (Closed)
Patch Set: Rebase Created 3 years, 10 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 ld_a = 1; 10 var ld_a = 1;
(...skipping 11 matching lines...) Expand all
22 /* 45 S> */ B(LdaSmi), U8(1), 22 /* 45 S> */ B(LdaSmi), U8(1),
23 B(Star), R(0), 23 B(Star), R(0),
24 /* 48 E> */ B(StackCheck), 24 /* 48 E> */ B(StackCheck),
25 /* 64 S> */ B(Ldar), R(0), 25 /* 64 S> */ B(Ldar), R(0),
26 /* 76 E> */ B(Add), R(0), U8(2), 26 /* 76 E> */ B(Add), R(0), U8(2),
27 B(Star), R(0), 27 B(Star), R(0),
28 /* 86 S> */ B(LdaSmi), U8(10), 28 /* 86 S> */ B(LdaSmi), U8(10),
29 /* 95 E> */ B(TestGreaterThan), R(0), U8(3), 29 /* 95 E> */ B(TestGreaterThan), R(0), U8(3),
30 B(JumpIfFalse), U8(4), 30 B(JumpIfFalse), U8(4),
31 /* 101 S> */ B(Jump), U8(5), 31 /* 101 S> */ B(Jump), U8(5),
32 B(JumpLoop), U8(-17), U8(0), 32 B(JumpLoop), U8(17), U8(0),
33 /* 110 S> */ B(Ldar), R(0), 33 /* 110 S> */ B(Ldar), R(0),
34 /* 123 S> */ B(Return), 34 /* 123 S> */ B(Return),
35 ] 35 ]
36 constant pool: [ 36 constant pool: [
37 ] 37 ]
38 handlers: [ 38 handlers: [
39 ] 39 ]
40 40
41 --- 41 ---
42 snippet: " 42 snippet: "
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 /* 62 E> */ B(Add), R(0), U8(2), 87 /* 62 E> */ B(Add), R(0), U8(2),
88 B(Star), R(0), 88 B(Star), R(0),
89 /* 72 S> */ B(Nop), 89 /* 72 S> */ B(Nop),
90 /* 85 S> */ B(Return), 90 /* 85 S> */ B(Return),
91 ] 91 ]
92 constant pool: [ 92 constant pool: [
93 ] 93 ]
94 handlers: [ 94 handlers: [
95 ] 95 ]
96 96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698