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

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

Issue 2033013002: [interpreter] Faster and fewer flushes in register optimizer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@oth-0061-tweaks
Patch Set: Rebase Created 4 years, 6 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: no 8 wrap: no
9 test function name: test 9 test function name: test
10 10
(...skipping 11 matching lines...) Expand all
22 test(); 22 test();
23 })(); 23 })();
24 " 24 "
25 frame size: 7 25 frame size: 7
26 parameter count: 1 26 parameter count: 1
27 bytecode array length: 55 27 bytecode array length: 55
28 bytecodes: [ 28 bytecodes: [
29 B(Mov), R(closure), R(0), 29 B(Mov), R(closure), R(0),
30 /* 99 E> */ B(StackCheck), 30 /* 99 E> */ B(StackCheck),
31 /* 104 S> */ B(Nop), 31 /* 104 S> */ B(Nop),
32 /* 111 E> */ B(Ldar), R(closure), 32 /* 111 E> */ B(Mov), R(this), R(3),
33 B(Mov), R(this), R(3), 33 B(Ldar), R(closure),
34 B(JumpIfNotHole), U8(11), 34 B(JumpIfNotHole), U8(11),
35 B(LdaConstant), U8(0), 35 B(LdaConstant), U8(0),
36 B(Star), R(6), 36 B(Star), R(6),
37 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(6), U8(1), 37 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(6), U8(1),
38 B(Star), R(6), 38 B(Star), R(6),
39 /* 111 E> */ B(LdaConstant), U8(1), 39 /* 111 E> */ B(LdaConstant), U8(1),
40 B(LdrKeyedProperty), R(6), U8(3), R(4), 40 B(LdrKeyedProperty), R(6), U8(3), R(4),
41 B(LdaConstant), U8(2), 41 B(LdaConstant), U8(2),
42 B(Star), R(5), 42 B(Star), R(5),
43 B(CallRuntime), U16(Runtime::kLoadFromSuper), R(3), U8(3), 43 B(CallRuntime), U16(Runtime::kLoadFromSuper), R(3), U8(3),
(...skipping 28 matching lines...) Expand all
72 test(); 72 test();
73 })(); 73 })();
74 " 74 "
75 frame size: 6 75 frame size: 6
76 parameter count: 1 76 parameter count: 1
77 bytecode array length: 77 77 bytecode array length: 77
78 bytecodes: [ 78 bytecodes: [
79 B(Mov), R(closure), R(0), 79 B(Mov), R(closure), R(0),
80 /* 125 E> */ B(StackCheck), 80 /* 125 E> */ B(StackCheck),
81 /* 130 S> */ B(Nop), 81 /* 130 S> */ B(Nop),
82 /* 130 E> */ B(Ldar), R(closure), 82 /* 130 E> */ B(Mov), R(this), R(1),
83 B(Mov), R(this), R(1), 83 B(Ldar), R(closure),
84 B(JumpIfNotHole), U8(11), 84 B(JumpIfNotHole), U8(11),
85 B(LdaConstant), U8(0), 85 B(LdaConstant), U8(0),
86 B(Star), R(5), 86 B(Star), R(5),
87 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(5), U8(1), 87 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(5), U8(1),
88 B(Star), R(5), 88 B(Star), R(5),
89 /* 130 E> */ B(LdaConstant), U8(1), 89 /* 130 E> */ B(LdaConstant), U8(1),
90 B(LdrKeyedProperty), R(5), U8(1), R(2), 90 B(LdrKeyedProperty), R(5), U8(1), R(2),
91 B(LdaConstant), U8(2), 91 B(LdaConstant), U8(2),
92 B(Star), R(3), 92 B(Star), R(3),
93 B(LdaSmi), U8(2), 93 B(LdaSmi), U8(2),
94 /* 138 E> */ B(Star), R(4), 94 /* 138 E> */ B(Star), R(4),
95 B(CallRuntime), U16(Runtime::kStoreToSuper_Strict), R(1), U8(4), 95 B(CallRuntime), U16(Runtime::kStoreToSuper_Strict), R(1), U8(4),
96 /* 143 S> */ B(Nop), 96 /* 143 S> */ B(Nop),
97 /* 150 E> */ B(Ldar), R(0), 97 /* 150 E> */ B(Mov), R(this), R(1),
98 B(Mov), R(this), R(1), 98 B(Ldar), R(0),
99 B(JumpIfNotHole), U8(11), 99 B(JumpIfNotHole), U8(11),
100 B(LdaConstant), U8(0), 100 B(LdaConstant), U8(0),
101 B(Star), R(4), 101 B(Star), R(4),
102 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1), 102 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1),
103 B(Star), R(4), 103 B(Star), R(4),
104 /* 150 E> */ B(LdaConstant), U8(1), 104 /* 150 E> */ B(LdaConstant), U8(1),
105 B(LdrKeyedProperty), R(4), U8(3), R(2), 105 B(LdrKeyedProperty), R(4), U8(3), R(2),
106 B(LdaConstant), U8(2), 106 B(LdaConstant), U8(2),
107 B(Star), R(3), 107 B(Star), R(3),
108 B(CallRuntime), U16(Runtime::kLoadFromSuper), R(1), U8(3), 108 B(CallRuntime), U16(Runtime::kLoadFromSuper), R(1), U8(3),
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 ] 243 ]
244 constant pool: [ 244 constant pool: [
245 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 245 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
246 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 246 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
247 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 247 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
248 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 248 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
249 ] 249 ]
250 handlers: [ 250 handlers: [
251 ] 251 ]
252 252
OLDNEW
« no previous file with comments | « src/interpreter/bytecode-register-optimizer.cc ('k') | test/cctest/interpreter/bytecode_expectations/ForOf.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698