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

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

Issue 2263253002: [interpreter] Make the binary op with Smi bytecode handlers collect type feedback. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Update. 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 ] 67 ]
68 handlers: [ 68 handlers: [
69 ] 69 ]
70 70
71 --- 71 ---
72 snippet: " 72 snippet: "
73 var a = 1; return { val: a, val: a + 1 }; 73 var a = 1; return { val: a, val: a + 1 };
74 " 74 "
75 frame size: 2 75 frame size: 2
76 parameter count: 1 76 parameter count: 1
77 bytecode array length: 20 77 bytecode array length: 21
78 bytecodes: [ 78 bytecodes: [
79 /* 30 E> */ B(StackCheck), 79 /* 30 E> */ B(StackCheck),
80 /* 42 S> */ B(LdaSmi), U8(1), 80 /* 42 S> */ B(LdaSmi), U8(1),
81 B(Star), R(0), 81 B(Star), R(0),
82 /* 45 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), R(1), 82 /* 45 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), R(1),
83 /* 67 E> */ B(AddSmi), U8(1), R(0), 83 /* 67 E> */ B(AddSmi), U8(1), R(0), U8(1),
84 B(StaNamedPropertySloppy), R(1), U8(1), U8(2), 84 B(StaNamedPropertySloppy), R(1), U8(1), U8(2),
85 B(Ldar), R(1), 85 B(Ldar), R(1),
86 /* 76 S> */ B(Return), 86 /* 76 S> */ B(Return),
87 ] 87 ]
88 constant pool: [ 88 constant pool: [
89 InstanceType::FIXED_ARRAY_TYPE, 89 InstanceType::FIXED_ARRAY_TYPE,
90 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 90 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
91 ] 91 ]
92 handlers: [ 92 handlers: [
93 ] 93 ]
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 426 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
427 InstanceType::FIXED_ARRAY_TYPE, 427 InstanceType::FIXED_ARRAY_TYPE,
428 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 428 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
429 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 429 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
430 InstanceType::SHARED_FUNCTION_INFO_TYPE, 430 InstanceType::SHARED_FUNCTION_INFO_TYPE,
431 InstanceType::SHARED_FUNCTION_INFO_TYPE, 431 InstanceType::SHARED_FUNCTION_INFO_TYPE,
432 ] 432 ]
433 handlers: [ 433 handlers: [
434 ] 434 ]
435 435
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698