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

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

Issue 2337123003: [turbofan] Collect invocation counts and compute relative call frequencies. (Closed)
Patch Set: Address feedback. Created 4 years, 3 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 do expressions: yes 8 do expressions: yes
9 9
10 --- 10 ---
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 while(true) { var a = 10; a = do { ++a; break; }; a = 20; } 52 while(true) { var a = 10; a = do { ++a; break; }; a = 20; }
53 " 53 "
54 frame size: 2 54 frame size: 2
55 parameter count: 1 55 parameter count: 1
56 bytecode array length: 16 56 bytecode array length: 16
57 bytecodes: [ 57 bytecodes: [
58 /* 30 E> */ B(StackCheck), 58 /* 30 E> */ B(StackCheck),
59 /* 34 E> */ B(StackCheck), 59 /* 34 E> */ B(StackCheck),
60 /* 56 S> */ B(LdaSmi), U8(10), 60 /* 56 S> */ B(LdaSmi), U8(10),
61 B(Star), R(0), 61 B(Star), R(0),
62 /* 69 S> */ B(Inc), U8(1), 62 /* 69 S> */ B(Inc), U8(2),
63 B(Star), R(0), 63 B(Star), R(0),
64 B(Star), R(1), 64 B(Star), R(1),
65 /* 74 S> */ B(Jump), U8(2), 65 /* 74 S> */ B(Jump), U8(2),
66 B(LdaUndefined), 66 B(LdaUndefined),
67 /* 94 S> */ B(Return), 67 /* 94 S> */ B(Return),
68 ] 68 ]
69 constant pool: [ 69 constant pool: [
70 ] 70 ]
71 handlers: [ 71 handlers: [
72 ] 72 ]
73 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698