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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/BreakableBlocks.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, 3 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 ---
11 snippet: " 11 snippet: "
12 var x = 0; 12 var x = 0;
13 label: { 13 label: {
14 x = x + 1; 14 x = x + 1;
15 break label; 15 break label;
16 x = x + 1; 16 x = x + 1;
17 } 17 }
18 return x; 18 return x;
19 " 19 "
20 frame size: 1 20 frame size: 1
21 parameter count: 1 21 parameter count: 1
22 bytecode array length: 14 22 bytecode array length: 15
23 bytecodes: [ 23 bytecodes: [
24 /* 30 E> */ B(StackCheck), 24 /* 30 E> */ B(StackCheck),
25 /* 42 S> */ B(LdaZero), 25 /* 42 S> */ B(LdaZero),
26 B(Star), R(0), 26 B(Star), R(0),
27 /* 56 S> */ B(AddSmi), U8(1), R(0), 27 /* 56 S> */ B(AddSmi), U8(1), R(0), U8(1),
28 B(Star), R(0), 28 B(Star), R(0),
29 /* 69 S> */ B(Jump), U8(2), 29 /* 69 S> */ B(Jump), U8(2),
30 /* 97 S> */ B(Ldar), R(0), 30 /* 97 S> */ B(Ldar), R(0),
31 /* 107 S> */ B(Return), 31 /* 107 S> */ B(Return),
32 ] 32 ]
33 constant pool: [ 33 constant pool: [
34 ] 34 ]
35 handlers: [ 35 handlers: [
36 ] 36 ]
37 37
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 ] 195 ]
196 constant pool: [ 196 constant pool: [
197 InstanceType::FIXED_ARRAY_TYPE, 197 InstanceType::FIXED_ARRAY_TYPE,
198 InstanceType::SHARED_FUNCTION_INFO_TYPE, 198 InstanceType::SHARED_FUNCTION_INFO_TYPE,
199 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 199 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
200 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 200 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
201 ] 201 ]
202 handlers: [ 202 handlers: [
203 ] 203 ]
204 204
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698