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

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

Issue 1947403002: [interpreter] Introduce bytecode generation pipeline. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Incorporate review comments. 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 B(StackCheck), 91 B(StackCheck),
92 B(LdaSmi), U8(1), 92 B(LdaSmi), U8(1),
93 B(Star), R(0), 93 B(Star), R(0),
94 B(Star), R(1), 94 B(Star), R(1),
95 B(Ldar), R(0), 95 B(Ldar), R(0),
96 B(Add), R(1), 96 B(Add), R(1),
97 B(Star), R(0), 97 B(Star), R(0),
98 B(Nop),
98 B(Return), 99 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