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

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

Issue 2489513005: [Interpreter] Remove all Ldr style bytecodes and replace with Star lookahead. (Closed)
Patch Set: Created 4 years, 1 month 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 wrap: no 6 wrap: no
7 top level: yes 7 top level: yes
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 handlers: [ 97 handlers: [
98 ] 98 ]
99 99
100 --- 100 ---
101 snippet: " 101 snippet: "
102 function f() {} 102 function f() {}
103 f(); 103 f();
104 " 104 "
105 frame size: 4 105 frame size: 4
106 parameter count: 1 106 parameter count: 1
107 bytecode array length: 29 107 bytecode array length: 31
108 bytecodes: [ 108 bytecodes: [
109 B(LdaConstant), U8(0), 109 B(LdaConstant), U8(0),
110 B(Star), R(1), 110 B(Star), R(1),
111 B(LdaZero), 111 B(LdaZero),
112 B(Star), R(2), 112 B(Star), R(2),
113 B(Mov), R(closure), R(3), 113 B(Mov), R(closure), R(3),
114 B(CallRuntime), U16(Runtime::kDeclareGlobalsForInterpreter), R(1 ), U8(3), 114 B(CallRuntime), U16(Runtime::kDeclareGlobalsForInterpreter), R(1 ), U8(3),
115 /* 0 E> */ B(StackCheck), 115 /* 0 E> */ B(StackCheck),
116 /* 16 S> */ B(LdrUndefined), R(2), 116 /* 16 S> */ B(LdaUndefined),
117 B(LdrGlobal), U8(2), R(1), 117 B(Star), R(2),
118 B(LdaGlobal), U8(2),
119 B(Star), R(1),
118 /* 16 E> */ B(Call), R(1), R(2), U8(1), U8(4), 120 /* 16 E> */ B(Call), R(1), R(2), U8(1), U8(4),
119 B(Star), R(0), 121 B(Star), R(0),
120 /* 20 S> */ B(Return), 122 /* 20 S> */ B(Return),
121 ] 123 ]
122 constant pool: [ 124 constant pool: [
123 FIXED_ARRAY_TYPE, 125 FIXED_ARRAY_TYPE,
124 ] 126 ]
125 handlers: [ 127 handlers: [
126 ] 128 ]
127 129
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698