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

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

Issue 2209633002: [Interpreter] Assign feedback slots for binary operations and use them in ignition. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased the patch. Created 4 years, 4 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: mixed 6 pool type: mixed
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 frame size: 2 77 frame size: 2
78 parameter count: 1 78 parameter count: 1
79 bytecode array length: 21 79 bytecode array length: 21
80 bytecodes: [ 80 bytecodes: [
81 /* 30 E> */ B(StackCheck), 81 /* 30 E> */ B(StackCheck),
82 /* 42 S> */ B(LdaSmi), U8(1), 82 /* 42 S> */ B(LdaSmi), U8(1),
83 B(Star), R(0), 83 B(Star), R(0),
84 /* 45 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), 84 /* 45 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1),
85 B(Star), R(1), 85 B(Star), R(1),
86 /* 67 E> */ B(AddSmi), U8(1), R(0), 86 /* 67 E> */ B(AddSmi), U8(1), R(0),
87 B(StaNamedPropertySloppy), R(1), U8(1), U8(1), 87 B(StaNamedPropertySloppy), R(1), U8(1), U8(2),
88 B(Ldar), R(1), 88 B(Ldar), R(1),
89 /* 76 S> */ B(Return), 89 /* 76 S> */ B(Return),
90 ] 90 ]
91 constant pool: [ 91 constant pool: [
92 InstanceType::FIXED_ARRAY_TYPE, 92 InstanceType::FIXED_ARRAY_TYPE,
93 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 93 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
94 ] 94 ]
95 handlers: [ 95 handlers: [
96 ] 96 ]
97 97
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 445 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
446 InstanceType::FIXED_ARRAY_TYPE, 446 InstanceType::FIXED_ARRAY_TYPE,
447 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 447 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
448 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 448 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
449 InstanceType::SHARED_FUNCTION_INFO_TYPE, 449 InstanceType::SHARED_FUNCTION_INFO_TYPE,
450 InstanceType::SHARED_FUNCTION_INFO_TYPE, 450 InstanceType::SHARED_FUNCTION_INFO_TYPE,
451 ] 451 ]
452 handlers: [ 452 handlers: [
453 ] 453 ]
454 454
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698