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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/Conditional.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 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 return 0 < 1 ? 2 : 3; 45 return 0 < 1 ? 2 : 3;
46 " 46 "
47 frame size: 1 47 frame size: 1
48 parameter count: 1 48 parameter count: 1
49 bytecode array length: 18 49 bytecode array length: 18
50 bytecodes: [ 50 bytecodes: [
51 /* 30 E> */ B(StackCheck), 51 /* 30 E> */ B(StackCheck),
52 /* 34 S> */ B(LdaZero), 52 /* 34 S> */ B(LdaZero),
53 B(Star), R(0), 53 B(Star), R(0),
54 B(LdaSmi), U8(1), 54 B(LdaSmi), U8(1),
55 /* 43 E> */ B(TestLessThan), R(0), U8(1), 55 /* 43 E> */ B(TestLessThan), R(0), U8(2),
56 B(JumpIfFalse), U8(6), 56 B(JumpIfFalse), U8(6),
57 B(LdaSmi), U8(2), 57 B(LdaSmi), U8(2),
58 B(Jump), U8(4), 58 B(Jump), U8(4),
59 B(LdaSmi), U8(3), 59 B(LdaSmi), U8(3),
60 /* 56 S> */ B(Return), 60 /* 56 S> */ B(Return),
61 ] 61 ]
62 constant pool: [ 62 constant pool: [
63 ] 63 ]
64 handlers: [ 64 handlers: [
65 ] 65 ]
(...skipping 14 matching lines...) Expand all
80 B(LdaSmi), U8(2), 80 B(LdaSmi), U8(2),
81 B(Jump), U8(4), 81 B(Jump), U8(4),
82 B(LdaSmi), U8(3), 82 B(LdaSmi), U8(3),
83 /* 63 S> */ B(Return), 83 /* 63 S> */ B(Return),
84 ] 84 ]
85 constant pool: [ 85 constant pool: [
86 ] 86 ]
87 handlers: [ 87 handlers: [
88 ] 88 ]
89 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698