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

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

Issue 2200733002: [interpreter] Elide OSR polling from fake loops. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Recement. Created 4 years, 4 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
« no previous file with comments | « src/interpreter/control-flow-builders.cc ('k') | test/mjsunit/regress/regress-5252.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 snippet: " 44 snippet: "
45 var ld_a = 1; 45 var ld_a = 1;
46 do { 46 do {
47 ld_a = ld_a + ld_a; 47 ld_a = ld_a + ld_a;
48 if (ld_a > 10) continue; 48 if (ld_a > 10) continue;
49 } while(false); 49 } while(false);
50 return ld_a; 50 return ld_a;
51 " 51 "
52 frame size: 1 52 frame size: 1
53 parameter count: 1 53 parameter count: 1
54 bytecode array length: 23 54 bytecode array length: 22
55 bytecodes: [ 55 bytecodes: [
56 /* 30 E> */ B(StackCheck), 56 /* 30 E> */ B(StackCheck),
57 /* 45 S> */ B(LdaSmi), U8(1), 57 /* 45 S> */ B(LdaSmi), U8(1),
58 B(Star), R(0), 58 B(Star), R(0),
59 /* 48 E> */ B(StackCheck), 59 /* 48 E> */ B(StackCheck),
60 /* 55 S> */ B(Ldar), R(0), 60 /* 55 S> */ B(Nop),
61 /* 69 E> */ B(Add), R(0), 61 /* 69 E> */ B(Add), R(0),
62 B(Star), R(0), 62 B(Star), R(0),
63 /* 77 S> */ B(LdaSmi), U8(10), 63 /* 77 S> */ B(LdaSmi), U8(10),
64 /* 86 E> */ B(TestGreaterThan), R(0), 64 /* 86 E> */ B(TestGreaterThan), R(0),
65 B(JumpIfFalse), U8(4), 65 B(JumpIfFalse), U8(4),
66 /* 92 S> */ B(Jump), U8(2), 66 /* 92 S> */ B(Jump), U8(2),
67 /* 118 S> */ B(Ldar), R(0), 67 /* 118 S> */ B(Ldar), R(0),
68 /* 131 S> */ B(Return), 68 /* 131 S> */ B(Return),
69 ] 69 ]
70 constant pool: [ 70 constant pool: [
(...skipping 18 matching lines...) Expand all
89 /* 64 E> */ B(Add), R(0), 89 /* 64 E> */ B(Add), R(0),
90 B(Star), R(0), 90 B(Star), R(0),
91 /* 72 S> */ B(Nop), 91 /* 72 S> */ B(Nop),
92 /* 85 S> */ B(Return), 92 /* 85 S> */ B(Return),
93 ] 93 ]
94 constant pool: [ 94 constant pool: [
95 ] 95 ]
96 handlers: [ 96 handlers: [
97 ] 97 ]
98 98
OLDNEW
« no previous file with comments | « src/interpreter/control-flow-builders.cc ('k') | test/mjsunit/regress/regress-5252.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698