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

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

Issue 2369873002: [Interpreter] Replace BytecodeRegisterAllocator with a simple bump pointer. (Closed)
Patch Set: Rebase Created 4 years, 2 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 execute: yes 6 execute: yes
7 wrap: yes 7 wrap: yes
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 ] 51 ]
52 handlers: [ 52 handlers: [
53 ] 53 ]
54 54
55 --- 55 ---
56 snippet: " 56 snippet: "
57 let x = (x = 20); 57 let x = (x = 20);
58 " 58 "
59 frame size: 3 59 frame size: 3
60 parameter count: 1 60 parameter count: 1
61 bytecode array length: 26 61 bytecode array length: 29
62 bytecodes: [ 62 bytecodes: [
63 B(LdaTheHole), 63 B(LdaTheHole),
64 B(Star), R(0), 64 B(Star), R(0),
65 /* 30 E> */ B(StackCheck), 65 /* 30 E> */ B(StackCheck),
66 /* 45 S> */ B(LdaSmi), U8(20), 66 /* 45 S> */ B(LdaSmi), U8(20),
67 B(Star), R(1), 67 B(Star), R(1),
68 B(Ldar), R(0), 68 B(Ldar), R(0),
69 B(JumpIfNotHole), U8(11), 69 B(JumpIfNotHole), U8(11),
70 B(LdaConstant), U8(0), 70 B(LdaConstant), U8(0),
71 B(Star), R(2), 71 B(Star), R(2),
72 /* 45 E> */ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1), 72 /* 45 E> */ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
73 B(Mov), R(1), R(0), 73 B(Mov), R(1), R(0),
74 B(Mov), R(1), R(0),
74 B(LdaUndefined), 75 B(LdaUndefined),
75 /* 52 S> */ B(Return), 76 /* 52 S> */ B(Return),
76 ] 77 ]
77 constant pool: [ 78 constant pool: [
78 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"], 79 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
79 ] 80 ]
80 handlers: [ 81 handlers: [
81 ] 82 ]
82 83
83 --- 84 ---
(...skipping 19 matching lines...) Expand all
103 B(Mov), R(1), R(0), 104 B(Mov), R(1), R(0),
104 B(LdaUndefined), 105 B(LdaUndefined),
105 /* 54 S> */ B(Return), 106 /* 54 S> */ B(Return),
106 ] 107 ]
107 constant pool: [ 108 constant pool: [
108 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"], 109 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
109 ] 110 ]
110 handlers: [ 111 handlers: [
111 ] 112 ]
112 113
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698