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

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

Issue 2042633002: [interpreter] Ensure optimizations preserve source positions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 6 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 bytecode array length: 22 102 bytecode array length: 22
103 bytecodes: [ 103 bytecodes: [
104 /* 30 E> */ B(StackCheck), 104 /* 30 E> */ B(StackCheck),
105 /* 42 S> */ B(Wide), B(LdaSmi), U16(1234), 105 /* 42 S> */ B(Wide), B(LdaSmi), U16(1234),
106 B(Star), R(0), 106 B(Star), R(0),
107 /* 56 S> */ B(Nop), 107 /* 56 S> */ B(Nop),
108 /* 66 E> */ B(Mul), R(0), 108 /* 66 E> */ B(Mul), R(0),
109 B(Star), R(3), 109 B(Star), R(3),
110 B(LdaSmi), U8(1), 110 B(LdaSmi), U8(1),
111 B(Sub), R(3), 111 B(Sub), R(3),
112 /* 56 E> */ B(LdrUndefined), R(1), 112 B(LdrUndefined), R(1),
113 B(Ldar), R(1), 113 B(Ldar), R(1),
114 /* 74 S> */ B(Nop), 114 /* 74 S> */ B(Nop),
115 /* 84 S> */ B(Return), 115 /* 84 S> */ B(Return),
116 ] 116 ]
117 constant pool: [ 117 constant pool: [
118 ] 118 ]
119 handlers: [ 119 handlers: [
120 ] 120 ]
121 121
122 --- 122 ---
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 B(Star), R(0), 175 B(Star), R(0),
176 /* 46 S> */ B(LdaSmi), U8(-1), 176 /* 46 S> */ B(LdaSmi), U8(-1),
177 B(Mul), R(0), 177 B(Mul), R(0),
178 /* 57 S> */ B(Return), 178 /* 57 S> */ B(Return),
179 ] 179 ]
180 constant pool: [ 180 constant pool: [
181 ] 181 ]
182 handlers: [ 182 handlers: [
183 ] 183 ]
184 184
OLDNEW
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/PropertyLoads.golden ('k') | test/cctest/interpreter/source-position-matcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698