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

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

Issue 2504153002: [TypeFeedbackVector] Root literal arrays in function literals slots (Closed)
Patch Set: REBASE. Created 4 years 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: yes 6 wrap: yes
7 7
8 --- 8 ---
9 snippet: " 9 snippet: "
10 let x = 10; function f1() {return x;} 10 let x = 10; function f1() {return x;}
11 " 11 "
12 frame size: 2 12 frame size: 2
13 parameter count: 1 13 parameter count: 1
14 bytecode array length: 19 14 bytecode array length: 20
15 bytecodes: [ 15 bytecodes: [
16 B(CreateFunctionContext), U8(1), 16 B(CreateFunctionContext), U8(1),
17 B(PushContext), R(1), 17 B(PushContext), R(1),
18 B(LdaTheHole), 18 B(LdaTheHole),
19 B(StaCurrentContextSlot), U8(4), 19 B(StaCurrentContextSlot), U8(4),
20 B(CreateClosure), U8(0), U8(2), 20 B(CreateClosure), U8(0), U8(2), U8(2),
21 B(Star), R(0), 21 B(Star), R(0),
22 /* 30 E> */ B(StackCheck), 22 /* 30 E> */ B(StackCheck),
23 /* 42 S> */ B(LdaSmi), U8(10), 23 /* 42 S> */ B(LdaSmi), U8(10),
24 /* 42 E> */ B(StaCurrentContextSlot), U8(4), 24 /* 42 E> */ B(StaCurrentContextSlot), U8(4),
25 B(LdaUndefined), 25 B(LdaUndefined),
26 /* 72 S> */ B(Return), 26 /* 72 S> */ B(Return),
27 ] 27 ]
28 constant pool: [ 28 constant pool: [
29 SHARED_FUNCTION_INFO_TYPE, 29 SHARED_FUNCTION_INFO_TYPE,
30 ] 30 ]
31 handlers: [ 31 handlers: [
32 ] 32 ]
33 33
34 --- 34 ---
35 snippet: " 35 snippet: "
36 let x = 10; function f1() {return x;} return x; 36 let x = 10; function f1() {return x;} return x;
37 " 37 "
38 frame size: 2 38 frame size: 2
39 parameter count: 1 39 parameter count: 1
40 bytecode array length: 20 40 bytecode array length: 21
41 bytecodes: [ 41 bytecodes: [
42 B(CreateFunctionContext), U8(1), 42 B(CreateFunctionContext), U8(1),
43 B(PushContext), R(1), 43 B(PushContext), R(1),
44 B(LdaTheHole), 44 B(LdaTheHole),
45 B(StaCurrentContextSlot), U8(4), 45 B(StaCurrentContextSlot), U8(4),
46 B(CreateClosure), U8(0), U8(2), 46 B(CreateClosure), U8(0), U8(2), U8(2),
47 B(Star), R(0), 47 B(Star), R(0),
48 /* 30 E> */ B(StackCheck), 48 /* 30 E> */ B(StackCheck),
49 /* 42 S> */ B(LdaSmi), U8(10), 49 /* 42 S> */ B(LdaSmi), U8(10),
50 /* 42 E> */ B(StaCurrentContextSlot), U8(4), 50 /* 42 E> */ B(StaCurrentContextSlot), U8(4),
51 /* 72 S> */ B(LdaCurrentContextSlot), U8(4), 51 /* 72 S> */ B(LdaCurrentContextSlot), U8(4),
52 /* 82 S> */ B(Return), 52 /* 82 S> */ B(Return),
53 ] 53 ]
54 constant pool: [ 54 constant pool: [
55 SHARED_FUNCTION_INFO_TYPE, 55 SHARED_FUNCTION_INFO_TYPE,
56 ] 56 ]
57 handlers: [ 57 handlers: [
58 ] 58 ]
59 59
60 --- 60 ---
61 snippet: " 61 snippet: "
62 let x = (x = 20); function f1() {return x;} 62 let x = (x = 20); function f1() {return x;}
63 " 63 "
64 frame size: 4 64 frame size: 4
65 parameter count: 1 65 parameter count: 1
66 bytecode array length: 38 66 bytecode array length: 39
67 bytecodes: [ 67 bytecodes: [
68 B(CreateFunctionContext), U8(1), 68 B(CreateFunctionContext), U8(1),
69 B(PushContext), R(1), 69 B(PushContext), R(1),
70 B(LdaTheHole), 70 B(LdaTheHole),
71 B(StaCurrentContextSlot), U8(4), 71 B(StaCurrentContextSlot), U8(4),
72 B(CreateClosure), U8(0), U8(2), 72 B(CreateClosure), U8(0), U8(2), U8(2),
73 B(Star), R(0), 73 B(Star), R(0),
74 /* 30 E> */ B(StackCheck), 74 /* 30 E> */ B(StackCheck),
75 /* 45 S> */ B(LdaSmi), U8(20), 75 /* 45 S> */ B(LdaSmi), U8(20),
76 B(Star), R(2), 76 B(Star), R(2),
77 B(LdaCurrentContextSlot), U8(4), 77 B(LdaCurrentContextSlot), U8(4),
78 B(JumpIfNotHole), U8(11), 78 B(JumpIfNotHole), U8(11),
79 B(LdaConstant), U8(1), 79 B(LdaConstant), U8(1),
80 B(Star), R(3), 80 B(Star), R(3),
81 /* 45 E> */ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(3), U8(1), 81 /* 45 E> */ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(3), U8(1),
82 B(Ldar), R(2), 82 B(Ldar), R(2),
83 B(StaCurrentContextSlot), U8(4), 83 B(StaCurrentContextSlot), U8(4),
84 /* 45 E> */ B(StaCurrentContextSlot), U8(4), 84 /* 45 E> */ B(StaCurrentContextSlot), U8(4),
85 B(LdaUndefined), 85 B(LdaUndefined),
86 /* 78 S> */ B(Return), 86 /* 78 S> */ B(Return),
87 ] 87 ]
88 constant pool: [ 88 constant pool: [
89 SHARED_FUNCTION_INFO_TYPE, 89 SHARED_FUNCTION_INFO_TYPE,
90 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"], 90 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
91 ] 91 ]
92 handlers: [ 92 handlers: [
93 ] 93 ]
94 94
95 --- 95 ---
96 snippet: " 96 snippet: "
97 let x = 10; x = 20; function f1() {return x;} 97 let x = 10; x = 20; function f1() {return x;}
98 " 98 "
99 frame size: 2 99 frame size: 2
100 parameter count: 1 100 parameter count: 1
101 bytecode array length: 23 101 bytecode array length: 24
102 bytecodes: [ 102 bytecodes: [
103 B(CreateFunctionContext), U8(1), 103 B(CreateFunctionContext), U8(1),
104 B(PushContext), R(1), 104 B(PushContext), R(1),
105 B(LdaTheHole), 105 B(LdaTheHole),
106 B(StaCurrentContextSlot), U8(4), 106 B(StaCurrentContextSlot), U8(4),
107 B(CreateClosure), U8(0), U8(2), 107 B(CreateClosure), U8(0), U8(2), U8(2),
108 B(Star), R(0), 108 B(Star), R(0),
109 /* 30 E> */ B(StackCheck), 109 /* 30 E> */ B(StackCheck),
110 /* 42 S> */ B(LdaSmi), U8(10), 110 /* 42 S> */ B(LdaSmi), U8(10),
111 /* 42 E> */ B(StaCurrentContextSlot), U8(4), 111 /* 42 E> */ B(StaCurrentContextSlot), U8(4),
112 /* 46 S> */ B(LdaSmi), U8(20), 112 /* 46 S> */ B(LdaSmi), U8(20),
113 /* 48 E> */ B(StaCurrentContextSlot), U8(4), 113 /* 48 E> */ B(StaCurrentContextSlot), U8(4),
114 B(LdaUndefined), 114 B(LdaUndefined),
115 /* 80 S> */ B(Return), 115 /* 80 S> */ B(Return),
116 ] 116 ]
117 constant pool: [ 117 constant pool: [
118 SHARED_FUNCTION_INFO_TYPE, 118 SHARED_FUNCTION_INFO_TYPE,
119 ] 119 ]
120 handlers: [ 120 handlers: [
121 ] 121 ]
122 122
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698