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

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: 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: 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 14 matching lines...) Expand all
25 ] 25 ]
26 handlers: [ 26 handlers: [
27 ] 27 ]
28 28
29 --- 29 ---
30 snippet: " 30 snippet: "
31 var a = do { var x = 100; }; return a; 31 var a = do { var x = 100; }; return a;
32 " 32 "
33 frame size: 3 33 frame size: 3
34 parameter count: 1 34 parameter count: 1
35 bytecode array length: 11 35 bytecode array length: 12
36 bytecodes: [ 36 bytecodes: [
37 /* 30 E> */ B(StackCheck), 37 /* 30 E> */ B(StackCheck),
38 /* 55 S> */ B(LdaSmi), U8(100), 38 /* 55 S> */ B(LdaSmi), U8(100),
39 /* 55 E> */ B(Star), R(1), 39 /* 55 E> */ B(Star), R(1),
40 /* 42 S> */ B(LdaUndefined), 40 /* 42 S> */ B(LdrUndefined), R(0),
41 B(Star), R(0), 41 /* 42 E> */ B(Ldar), R(0),
42 /* 42 E> */ B(Star), R(2), 42 /* 42 E> */ B(Star), R(2),
43 /* 73 S> */ B(Return), 43 /* 73 S> */ B(Return),
44 ] 44 ]
45 constant pool: [ 45 constant pool: [
46 ] 46 ]
47 handlers: [ 47 handlers: [
48 ] 48 ]
49 49
50 --- 50 ---
51 snippet: " 51 snippet: "
(...skipping 17 matching lines...) Expand all
69 /* 86 E> */ B(Star), R(1), 69 /* 86 E> */ B(Star), R(1),
70 B(Jump), U8(-20), 70 B(Jump), U8(-20),
71 B(LdaUndefined), 71 B(LdaUndefined),
72 /* 94 S> */ B(Return), 72 /* 94 S> */ B(Return),
73 ] 73 ]
74 constant pool: [ 74 constant pool: [
75 ] 75 ]
76 handlers: [ 76 handlers: [
77 ] 77 ]
78 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698