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

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

Issue 2113613002: [Interpereter] Inline FastNewClosure into CreateClosure bytecode handler (Closed) Base URL: ssh://rmcilroy.lon.corp.google.com///usr/local/google/code/v8_full/v8@int_context
Patch Set: Rebaseline bytecode expectations 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: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 " 112 "
113 frame size: 2 113 frame size: 2
114 parameter count: 1 114 parameter count: 1
115 bytecode array length: 29 115 bytecode array length: 29
116 bytecodes: [ 116 bytecodes: [
117 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U 8(1), 117 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U 8(1),
118 B(PushContext), R(0), 118 B(PushContext), R(0),
119 /* 30 E> */ B(StackCheck), 119 /* 30 E> */ B(StackCheck),
120 /* 42 S> */ B(LdaSmi), U8(1), 120 /* 42 S> */ B(LdaSmi), U8(1),
121 /* 42 E> */ B(StaContextSlot), R(context), U8(4), 121 /* 42 E> */ B(StaContextSlot), R(context), U8(4),
122 /* 45 S> */ B(CreateClosure), U8(0), U8(0), 122 /* 45 S> */ B(CreateClosure), U8(0), U8(2),
123 /* 75 S> */ B(LdrContextSlot), R(context), U8(4), R(1), 123 /* 75 S> */ B(LdrContextSlot), R(context), U8(4), R(1),
124 B(LdaSmi), U8(24), 124 B(LdaSmi), U8(24),
125 B(BitwiseOr), R(1), 125 B(BitwiseOr), R(1),
126 /* 77 E> */ B(StaContextSlot), R(context), U8(4), 126 /* 77 E> */ B(StaContextSlot), R(context), U8(4),
127 B(LdaUndefined), 127 B(LdaUndefined),
128 /* 84 S> */ B(Return), 128 /* 84 S> */ B(Return),
129 ] 129 ]
130 constant pool: [ 130 constant pool: [
131 InstanceType::SHARED_FUNCTION_INFO_TYPE, 131 InstanceType::SHARED_FUNCTION_INFO_TYPE,
132 ] 132 ]
133 handlers: [ 133 handlers: [
134 ] 134 ]
135 135
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698