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

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

Issue 1985753002: [interpreter] Introduce fused bytecodes for common sequences. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: nit. 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: string 6 pool type: string
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 ] 52 ]
53 handlers: [ 53 handlers: [
54 ] 54 ]
55 55
56 --- 56 ---
57 snippet: " 57 snippet: "
58 const x = ( x = 20); 58 const x = ( x = 20);
59 " 59 "
60 frame size: 3 60 frame size: 3
61 parameter count: 1 61 parameter count: 1
62 bytecode array length: 32 62 bytecode array length: 34
63 bytecodes: [ 63 bytecodes: [
64 B(LdaTheHole), 64 B(LdaTheHole),
65 B(Star), R(0), 65 B(Star), R(0),
66 /* 30 E> */ B(StackCheck), 66 /* 30 E> */ B(StackCheck),
67 /* 48 S> */ B(LdaSmi), U8(20), 67 /* 48 S> */ B(LdaSmi), U8(20),
68 /* 48 E> */ B(Star), R(1), 68 /* 48 E> */ B(Star), R(1),
69 B(Ldar), R(0), 69 B(Ldar), R(0),
70 B(JumpIfNotHole), U8(11), 70 B(JumpIfNotHole), U8(11),
71 B(LdaConstant), U8(0), 71 B(LdaConstant), U8(0),
72 B(Star), R(2), 72 B(Star), R(2),
73 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1), 73 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
74 B(CallRuntime), U16(Runtime::kThrowConstAssignError), R(0), U8(0 ), 74 B(CallRuntime), U16(Runtime::kThrowConstAssignError), R(0), U8(0 ),
75 B(Ldar), R(1), 75 B(Ldar), R(1),
76 B(Star), R(0), 76 B(Star), R(0),
77 /* 48 E> */ B(LdaUndefined), 77 /* 48 E> */ B(Star), R(0),
78 B(LdaUndefined),
78 /* 55 S> */ B(Return), 79 /* 55 S> */ B(Return),
79 ] 80 ]
80 constant pool: [ 81 constant pool: [
81 "x", 82 "x",
82 ] 83 ]
83 handlers: [ 84 handlers: [
84 ] 85 ]
85 86
86 --- 87 ---
87 snippet: " 88 snippet: "
(...skipping 20 matching lines...) Expand all
108 B(Star), R(0), 109 B(Star), R(0),
109 B(LdaUndefined), 110 B(LdaUndefined),
110 /* 56 S> */ B(Return), 111 /* 56 S> */ B(Return),
111 ] 112 ]
112 constant pool: [ 113 constant pool: [
113 "x", 114 "x",
114 ] 115 ]
115 handlers: [ 116 handlers: [
116 ] 117 ]
117 118
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698