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

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

Issue 1998203002: [Interpreter] Preserve source positions in peephole optimizer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 var x152; 164 var x152;
165 var x153; 165 var x153;
166 var x154; 166 var x154;
167 var x155; 167 var x155;
168 var x156; 168 var x156;
169 x0 = x127; 169 x0 = x127;
170 return x0; 170 return x0;
171 " 171 "
172 frame size: 157 172 frame size: 157
173 parameter count: 1 173 parameter count: 1
174 bytecode array length: 8 174 bytecode array length: 9
175 bytecodes: [ 175 bytecodes: [
176 /* 30 E> */ B(StackCheck), 176 /* 30 E> */ B(StackCheck),
177 /* 1494 S> */ B(Wide), B(Ldar), R16(127), 177 /* 1494 S> */ B(Wide), B(Ldar), R16(127),
178 /* 1497 E> */ B(Star), R(0), 178 /* 1497 E> */ B(Star), R(0),
179 /* 1505 S> */ B(Nop),
179 /* 1516 S> */ B(Return), 180 /* 1516 S> */ B(Return),
180 ] 181 ]
181 constant pool: [ 182 constant pool: [
182 ] 183 ]
183 handlers: [ 184 handlers: [
184 ] 185 ]
185 186
186 --- 187 ---
187 snippet: " 188 snippet: "
188 var x0; 189 var x0;
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 var x152; 341 var x152;
341 var x153; 342 var x153;
342 var x154; 343 var x154;
343 var x155; 344 var x155;
344 var x156; 345 var x156;
345 x127 = x126; 346 x127 = x126;
346 return x127; 347 return x127;
347 " 348 "
348 frame size: 157 349 frame size: 157
349 parameter count: 1 350 parameter count: 1
350 bytecode array length: 10 351 bytecode array length: 11
351 bytecodes: [ 352 bytecodes: [
352 /* 30 E> */ B(StackCheck), 353 /* 30 E> */ B(StackCheck),
353 /* 1494 S> */ B(Wide), B(Ldar), R16(126), 354 /* 1494 S> */ B(Wide), B(Ldar), R16(126),
354 /* 1499 E> */ B(Wide), B(Star), R16(127), 355 /* 1499 E> */ B(Wide), B(Star), R16(127),
356 /* 1507 S> */ B(Nop),
355 /* 1520 S> */ B(Return), 357 /* 1520 S> */ B(Return),
356 ] 358 ]
357 constant pool: [ 359 constant pool: [
358 ] 360 ]
359 handlers: [ 361 handlers: [
360 ] 362 ]
361 363
362 --- 364 ---
363 snippet: " 365 snippet: "
364 var x0; 366 var x0;
(...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after
1318 /* 1518 E> */ B(Star), R(1), 1320 /* 1518 E> */ B(Star), R(1),
1319 /* 1537 S> */ B(CallRuntime), U16(Runtime::kTheHole), R(0), U8(0), 1321 /* 1537 S> */ B(CallRuntime), U16(Runtime::kTheHole), R(0), U8(0),
1320 /* 1549 S> */ B(Ldar), R(1), 1322 /* 1549 S> */ B(Ldar), R(1),
1321 /* 1560 S> */ B(Return), 1323 /* 1560 S> */ B(Return),
1322 ] 1324 ]
1323 constant pool: [ 1325 constant pool: [
1324 ] 1326 ]
1325 handlers: [ 1327 handlers: [
1326 ] 1328 ]
1327 1329
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698