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

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

Issue 2122183002: [Interpreter] Collect type feedback for calls in the bytecode handler (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fixed few comments. Created 4 years, 5 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: no 7 execute: no
8 wrap: no 8 wrap: no
9 top level: yes 9 top level: yes
10 10
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 bytecode array length: 26 106 bytecode array length: 26
107 bytecodes: [ 107 bytecodes: [
108 B(LdaConstant), U8(0), 108 B(LdaConstant), U8(0),
109 B(Star), R(1), 109 B(Star), R(1),
110 B(LdaZero), 110 B(LdaZero),
111 B(Star), R(2), 111 B(Star), R(2),
112 B(CallRuntime), U16(Runtime::kDeclareGlobals), R(1), U8(2), 112 B(CallRuntime), U16(Runtime::kDeclareGlobals), R(1), U8(2),
113 /* 0 E> */ B(StackCheck), 113 /* 0 E> */ B(StackCheck),
114 /* 16 S> */ B(LdrUndefined), R(2), 114 /* 16 S> */ B(LdrUndefined), R(2),
115 B(LdrGlobal), U8(1), R(1), 115 B(LdrGlobal), U8(1), R(1),
116 /* 16 E> */ B(Call), R(1), R(2), U8(1), U8(3), 116 /* 16 E> */ B(CallWithFeedback), R(1), R(2), U8(1), U8(3),
117 B(Star), R(0), 117 B(Star), R(0),
118 /* 20 S> */ B(Return), 118 /* 20 S> */ B(Return),
119 ] 119 ]
120 constant pool: [ 120 constant pool: [
121 InstanceType::FIXED_ARRAY_TYPE, 121 InstanceType::FIXED_ARRAY_TYPE,
122 ] 122 ]
123 handlers: [ 123 handlers: [
124 ] 124 ]
125 125
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698