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

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

Issue 2310103002: [Interpreter] Remove constant pool type in tests (Closed)
Patch Set: Remove warning for pool type Created 4 years, 3 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
7 execute: yes 6 execute: yes
8 wrap: yes 7 wrap: yes
9 8
10 --- 9 ---
11 snippet: " 10 snippet: "
12 var ld_a = 1; 11 var ld_a = 1;
13 while(true) { 12 while(true) {
14 ld_a = ld_a + ld_a; 13 ld_a = ld_a + ld_a;
15 if (ld_a > 10) break; 14 if (ld_a > 10) break;
16 } 15 }
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 /* 64 E> */ B(Add), R(0), U8(1), 88 /* 64 E> */ B(Add), R(0), U8(1),
90 B(Star), R(0), 89 B(Star), R(0),
91 /* 72 S> */ B(Nop), 90 /* 72 S> */ B(Nop),
92 /* 85 S> */ B(Return), 91 /* 85 S> */ B(Return),
93 ] 92 ]
94 constant pool: [ 93 constant pool: [
95 ] 94 ]
96 handlers: [ 95 handlers: [
97 ] 96 ]
98 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698