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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/CallRuntime.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 test function name: f 7 test function name: f
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 handlers: [ 65 handlers: [
66 ] 66 ]
67 67
68 --- 68 ---
69 snippet: " 69 snippet: "
70 function f() { return %spread_iterable([1]) } 70 function f() { return %spread_iterable([1]) }
71 f(); 71 f();
72 " 72 "
73 frame size: 2 73 frame size: 2
74 parameter count: 1 74 parameter count: 1
75 bytecode array length: 14 75 bytecode array length: 15
76 bytecodes: [ 76 bytecodes: [
77 /* 10 E> */ B(StackCheck), 77 /* 10 E> */ B(StackCheck),
78 /* 15 S> */ B(LdrUndefined), R(0), 78 /* 15 S> */ B(LdaUndefined),
79 B(Star), R(0),
79 B(CreateArrayLiteral), U8(0), U8(0), U8(9), 80 B(CreateArrayLiteral), U8(0), U8(0), U8(9),
80 B(Star), R(1), 81 B(Star), R(1),
81 B(CallJSRuntime), U8(150), R(0), U8(2), 82 B(CallJSRuntime), U8(150), R(0), U8(2),
82 /* 44 S> */ B(Return), 83 /* 44 S> */ B(Return),
83 ] 84 ]
84 constant pool: [ 85 constant pool: [
85 FIXED_ARRAY_TYPE, 86 FIXED_ARRAY_TYPE,
86 ] 87 ]
87 handlers: [ 88 handlers: [
88 ] 89 ]
89 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698