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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/ObjectLiterals.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: mixed 6 pool type: mixed
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 " 76 "
77 frame size: 3 77 frame size: 3
78 parameter count: 1 78 parameter count: 1
79 bytecode array length: 26 79 bytecode array length: 26
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 /* 42 E> */ B(Star), R(0), 83 /* 42 E> */ 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 /* 59 E> */ B(Ldar), R(0), 86 /* 67 E> */ B(Ldar), R(0),
87 /* 67 E> */ B(Star), R(2), 87 B(Star), R(2),
88 B(LdaSmi), U8(1), 88 B(LdaSmi), U8(1),
89 B(Add), R(2), 89 B(Add), R(2),
90 B(StoreICSloppy), R(1), U8(1), U8(1), 90 B(StoreICSloppy), R(1), U8(1), U8(1),
91 B(Ldar), R(1), 91 B(Ldar), R(1),
92 /* 76 S> */ B(Return), 92 /* 76 S> */ B(Return),
93 ] 93 ]
94 constant pool: [ 94 constant pool: [
95 InstanceType::FIXED_ARRAY_TYPE, 95 InstanceType::FIXED_ARRAY_TYPE,
96 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 96 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
97 ] 97 ]
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 454 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
455 InstanceType::FIXED_ARRAY_TYPE, 455 InstanceType::FIXED_ARRAY_TYPE,
456 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 456 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
457 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 457 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
458 InstanceType::SHARED_FUNCTION_INFO_TYPE, 458 InstanceType::SHARED_FUNCTION_INFO_TYPE,
459 InstanceType::SHARED_FUNCTION_INFO_TYPE, 459 InstanceType::SHARED_FUNCTION_INFO_TYPE,
460 ] 460 ]
461 handlers: [ 461 handlers: [
462 ] 462 ]
463 463
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698