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

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

Issue 1998203002: [Interpreter] Preserve source positions in peephole optimizer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Simplify condition. Created 4 years, 7 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 pool type: number 6 pool type: number
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 ] 79 ]
80 80
81 --- 81 ---
82 snippet: " 82 snippet: "
83 var ld_a = 1; 83 var ld_a = 1;
84 ld_a = ld_a + ld_a; 84 ld_a = ld_a + ld_a;
85 return ld_a; 85 return ld_a;
86 " 86 "
87 frame size: 2 87 frame size: 2
88 parameter count: 1 88 parameter count: 1
89 bytecode array length: 14 89 bytecode array length: 15
90 bytecodes: [ 90 bytecodes: [
91 /* 30 E> */ B(StackCheck), 91 /* 30 E> */ B(StackCheck),
92 /* 45 S> */ B(LdaSmi), U8(1), 92 /* 45 S> */ B(LdaSmi), U8(1),
93 /* 45 E> */ B(Star), R(0), 93 /* 45 E> */ B(Star), R(0),
94 /* 50 S> */ B(Star), R(1), 94 /* 50 S> */ B(Star), R(1),
95 /* 64 E> */ B(Ldar), R(0), 95 /* 64 E> */ B(Ldar), R(0),
96 B(Add), R(1), 96 B(Add), R(1),
97 /* 55 E> */ B(Star), R(0), 97 /* 55 E> */ B(Star), R(0),
98 /* 72 S> */ B(Nop),
98 /* 85 S> */ B(Return), 99 /* 85 S> */ B(Return),
99 ] 100 ]
100 constant pool: [ 101 constant pool: [
101 ] 102 ]
102 handlers: [ 103 handlers: [
103 ] 104 ]
104 105
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698