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

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

Issue 2655853010: [TypeFeedbackVector] Combine the literals array and the feedback vector. (Closed)
Patch Set: partial serializer todo Created 3 years, 10 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 wrap: yes 6 wrap: yes
7 7
8 --- 8 ---
9 snippet: " 9 snippet: "
10 with ({x:42}) { return x; } 10 with ({x:42}) { return x; }
11 " 11 "
12 frame size: 2 12 frame size: 2
13 parameter count: 1 13 parameter count: 1
14 bytecode array length: 22 14 bytecode array length: 22
15 bytecodes: [ 15 bytecodes: [
16 /* 30 E> */ B(StackCheck), 16 /* 30 E> */ B(StackCheck),
17 /* 34 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), R(1), 17 /* 34 S> */ B(CreateObjectLiteral), U8(0), U8(2), U8(1), R(1),
18 B(Ldar), R(1), 18 B(Ldar), R(1),
19 B(ToObject), R(1), 19 B(ToObject), R(1),
20 B(Ldar), R(closure), 20 B(Ldar), R(closure),
21 B(CreateWithContext), R(1), U8(1), 21 B(CreateWithContext), R(1), U8(1),
22 B(PushContext), R(0), 22 B(PushContext), R(0),
23 /* 50 S> */ B(LdaLookupSlot), U8(2), 23 /* 50 S> */ B(LdaLookupSlot), U8(2),
24 B(PopContext), R(0), 24 B(PopContext), R(0),
25 /* 62 S> */ B(Return), 25 /* 62 S> */ B(Return),
26 ] 26 ]
27 constant pool: [ 27 constant pool: [
28 FIXED_ARRAY_TYPE, 28 FIXED_ARRAY_TYPE,
29 FIXED_ARRAY_TYPE, 29 FIXED_ARRAY_TYPE,
30 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"], 30 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
31 ] 31 ]
32 handlers: [ 32 handlers: [
33 ] 33 ]
34 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698