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

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

Issue 1998203002: [Interpreter] Preserve source positions in peephole optimizer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Nitlet on last patch set. Created 4 years, 7 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: f 9 test function name: f
10 10
(...skipping 28 matching lines...) Expand all
39 frame size: 2 39 frame size: 2
40 parameter count: 2 40 parameter count: 2
41 bytecode array length: 22 41 bytecode array length: 22
42 bytecodes: [ 42 bytecodes: [
43 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U 8(1), 43 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U 8(1),
44 B(PushContext), R(1), 44 B(PushContext), R(1),
45 B(Ldar), R(arg0), 45 B(Ldar), R(arg0),
46 B(StaContextSlot), R(context), U8(4), 46 B(StaContextSlot), R(context), U8(4),
47 /* 10 E> */ B(StackCheck), 47 /* 10 E> */ B(StackCheck),
48 /* 27 S> */ B(CreateClosure), U8(0), U8(0), 48 /* 27 S> */ B(CreateClosure), U8(0), U8(0),
49 /* 27 E> */ B(Star), R(0), 49 B(Star), R(0),
50 /* 53 S> */ B(LdaContextSlot), R(context), U8(4), 50 /* 53 S> */ B(LdaContextSlot), R(context), U8(4),
51 /* 66 S> */ B(Return), 51 /* 66 S> */ B(Return),
52 ] 52 ]
53 constant pool: [ 53 constant pool: [
54 InstanceType::SHARED_FUNCTION_INFO_TYPE, 54 InstanceType::SHARED_FUNCTION_INFO_TYPE,
55 ] 55 ]
56 handlers: [ 56 handlers: [
57 ] 57 ]
58 58
59 --- 59 ---
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 /* 26 E> */ B(StaContextSlot), R(context), U8(4), 97 /* 26 E> */ B(StaContextSlot), R(context), U8(4),
98 /* 32 S> */ B(CreateClosure), U8(0), U8(0), 98 /* 32 S> */ B(CreateClosure), U8(0), U8(0),
99 /* 65 S> */ B(Return), 99 /* 65 S> */ B(Return),
100 ] 100 ]
101 constant pool: [ 101 constant pool: [
102 InstanceType::SHARED_FUNCTION_INFO_TYPE, 102 InstanceType::SHARED_FUNCTION_INFO_TYPE,
103 ] 103 ]
104 handlers: [ 104 handlers: [
105 ] 105 ]
106 106
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698