Chromium Code Reviews

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

Issue 1922523002: [Interpreter] Use FastCloneShallowObjectStub in CreateObjectLiteral bytecode. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 pool type: mixed 6 pool type: mixed
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 44 matching lines...)
55 55
56 --- 56 ---
57 snippet: " 57 snippet: "
58 var a = { val: 2 }; a.name *= 2; 58 var a = { val: 2 }; a.name *= 2;
59 " 59 "
60 frame size: 3 60 frame size: 3
61 parameter count: 1 61 parameter count: 1
62 bytecode array length: 27 62 bytecode array length: 27
63 bytecodes: [ 63 bytecodes: [
64 B(StackCheck), 64 B(StackCheck),
65 B(CreateObjectLiteral), U8(0), U8(0), U8(5), 65 B(CreateObjectLiteral), U8(0), U8(0), U8(1),
66 B(Star), R(1), 66 B(Star), R(1),
67 B(Star), R(0), 67 B(Star), R(0),
68 B(Star), R(1), 68 B(Star), R(1),
69 B(LoadIC), R(1), U8(1), U8(1), 69 B(LoadIC), R(1), U8(1), U8(1),
70 B(Star), R(2), 70 B(Star), R(2),
71 B(LdaSmi), U8(2), 71 B(LdaSmi), U8(2),
72 B(Mul), R(2), 72 B(Mul), R(2),
73 B(StoreICSloppy), R(1), U8(1), U8(3), 73 B(StoreICSloppy), R(1), U8(1), U8(3),
74 B(LdaUndefined), 74 B(LdaUndefined),
75 B(Return), 75 B(Return),
76 ] 76 ]
77 constant pool: [ 77 constant pool: [
78 InstanceType::FIXED_ARRAY_TYPE, 78 InstanceType::FIXED_ARRAY_TYPE,
79 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 79 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
80 ] 80 ]
81 handlers: [ 81 handlers: [
82 ] 82 ]
83 83
84 --- 84 ---
85 snippet: " 85 snippet: "
86 var a = { 1: 2 }; a[1] ^= 2; 86 var a = { 1: 2 }; a[1] ^= 2;
87 " 87 "
88 frame size: 4 88 frame size: 4
89 parameter count: 1 89 parameter count: 1
90 bytecode array length: 30 90 bytecode array length: 30
91 bytecodes: [ 91 bytecodes: [
92 B(StackCheck), 92 B(StackCheck),
93 B(CreateObjectLiteral), U8(0), U8(0), U8(5), 93 B(CreateObjectLiteral), U8(0), U8(0), U8(1),
94 B(Star), R(1), 94 B(Star), R(1),
95 B(Star), R(0), 95 B(Star), R(0),
96 B(Star), R(1), 96 B(Star), R(1),
97 B(LdaSmi), U8(1), 97 B(LdaSmi), U8(1),
98 B(Star), R(2), 98 B(Star), R(2),
99 B(KeyedLoadIC), R(1), U8(1), 99 B(KeyedLoadIC), R(1), U8(1),
100 B(Star), R(3), 100 B(Star), R(3),
101 B(LdaSmi), U8(2), 101 B(LdaSmi), U8(2),
102 B(BitwiseXor), R(3), 102 B(BitwiseXor), R(3),
103 B(KeyedStoreICSloppy), R(1), R(2), U8(3), 103 B(KeyedStoreICSloppy), R(1), R(2), U8(3),
(...skipping 27 matching lines...)
131 B(StaContextSlot), R(context), U8(4), 131 B(StaContextSlot), R(context), U8(4),
132 B(LdaUndefined), 132 B(LdaUndefined),
133 B(Return), 133 B(Return),
134 ] 134 ]
135 constant pool: [ 135 constant pool: [
136 InstanceType::SHARED_FUNCTION_INFO_TYPE, 136 InstanceType::SHARED_FUNCTION_INFO_TYPE,
137 ] 137 ]
138 handlers: [ 138 handlers: [
139 ] 139 ]
140 140
OLDNEW

Powered by Google App Engine