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

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

Issue 1998203002: [Interpreter] Preserve source positions in peephole optimizer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Nitlet on last 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: no 8 wrap: no
9 test function name: f 9 test function name: f
10 10
(...skipping 19 matching lines...) Expand all
30 ] 30 ]
31 31
32 --- 32 ---
33 snippet: " 33 snippet: "
34 var f; 34 var f;
35 f = function f() { return f; }; 35 f = function f() { return f; };
36 f(); 36 f();
37 " 37 "
38 frame size: 1 38 frame size: 1
39 parameter count: 1 39 parameter count: 1
40 bytecode array length: 6 40 bytecode array length: 7
41 bytecodes: [ 41 bytecodes: [
42 /* 21 E> */ B(StackCheck), 42 /* 21 E> */ B(StackCheck),
43 B(Ldar), R(closure), 43 B(Ldar), R(closure),
44 B(Star), R(0), 44 B(Star), R(0),
45 /* 26 S> */ B(Nop),
45 /* 36 S> */ B(Return), 46 /* 36 S> */ B(Return),
46 ] 47 ]
47 constant pool: [ 48 constant pool: [
48 ] 49 ]
49 handlers: [ 50 handlers: [
50 ] 51 ]
51 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698