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

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

Issue 1985753002: [interpreter] Introduce fused bytecodes for common sequences. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase. Created 4 years, 6 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: string 6 pool type: string
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 do expressions: yes 9 do expressions: yes
10 10
(...skipping 15 matching lines...) Expand all
26 ] 26 ]
27 handlers: [ 27 handlers: [
28 ] 28 ]
29 29
30 --- 30 ---
31 snippet: " 31 snippet: "
32 var a = do { var x = 100; }; return a; 32 var a = do { var x = 100; }; return a;
33 " 33 "
34 frame size: 3 34 frame size: 3
35 parameter count: 1 35 parameter count: 1
36 bytecode array length: 13 36 bytecode array length: 14
37 bytecodes: [ 37 bytecodes: [
38 /* 30 E> */ B(StackCheck), 38 /* 30 E> */ B(StackCheck),
39 /* 55 S> */ B(LdaSmi), U8(100), 39 /* 55 S> */ B(LdaSmi), U8(100),
40 B(Star), R(1), 40 B(Star), R(1),
41 /* 42 S> */ B(LdaUndefined), 41 /* 42 S> */ B(LdrUndefined), R(0),
42 B(Star), R(0), 42 B(Ldar), R(0),
43 /* 42 E> */ B(Nop), 43 /* 42 E> */ B(Nop),
44 B(Star), R(2), 44 B(Star), R(2),
45 /* 63 S> */ B(Nop), 45 /* 63 S> */ B(Nop),
46 /* 73 S> */ B(Return), 46 /* 73 S> */ B(Return),
47 ] 47 ]
48 constant pool: [ 48 constant pool: [
49 ] 49 ]
50 handlers: [ 50 handlers: [
51 ] 51 ]
52 52
(...skipping 19 matching lines...) Expand all
72 /* 86 E> */ B(Star), R(1), 72 /* 86 E> */ B(Star), R(1),
73 B(Jump), U8(-20), 73 B(Jump), U8(-20),
74 B(LdaUndefined), 74 B(LdaUndefined),
75 /* 94 S> */ B(Return), 75 /* 94 S> */ B(Return),
76 ] 76 ]
77 constant pool: [ 77 constant pool: [
78 ] 78 ]
79 handlers: [ 79 handlers: [
80 ] 80 ]
81 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698