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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/JumpsRequiringConstantWideOperands.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 940 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 B(Star), R(0), 951 B(Star), R(0),
952 /* 4059 S> */ B(Wide), B(LdaConstant), U16(309), 952 /* 4059 S> */ B(Wide), B(LdaConstant), U16(309),
953 B(Star), R(0), 953 B(Star), R(0),
954 /* 4072 S> */ B(Wide), B(LdaConstant), U16(310), 954 /* 4072 S> */ B(Wide), B(LdaConstant), U16(310),
955 B(Star), R(0), 955 B(Star), R(0),
956 /* 4085 S> */ B(Wide), B(LdaConstant), U16(311), 956 /* 4085 S> */ B(Wide), B(LdaConstant), U16(311),
957 B(Star), R(0), 957 B(Star), R(0),
958 /* 4103 S> */ B(LdaZero), 958 /* 4103 S> */ B(LdaZero),
959 B(Star), R(1), 959 B(Star), R(1),
960 /* 4108 S> */ B(LdaSmi), U8(3), 960 /* 4108 S> */ B(LdaSmi), U8(3),
961 /* 4108 E> */ B(TestLessThan), R(1), U8(1), 961 /* 4108 E> */ B(TestLessThan), R(1), U8(2),
962 B(Wide), B(JumpIfFalse), U16(39), 962 B(Wide), B(JumpIfFalse), U16(39),
963 /* 4090 E> */ B(StackCheck), 963 /* 4090 E> */ B(StackCheck),
964 /* 4122 S> */ B(LdaSmi), U8(1), 964 /* 4122 S> */ B(LdaSmi), U8(1),
965 /* 4128 E> */ B(TestEqual), R(1), U8(3), 965 /* 4128 E> */ B(TestEqual), R(1), U8(4),
966 B(Wide), B(JumpIfFalse), U16(7), 966 B(Wide), B(JumpIfFalse), U16(7),
967 /* 4134 S> */ B(Wide), B(Jump), U16(16), 967 /* 4134 S> */ B(Wide), B(Jump), U16(16),
968 /* 4146 S> */ B(LdaSmi), U8(2), 968 /* 4146 S> */ B(LdaSmi), U8(2),
969 /* 4152 E> */ B(TestEqual), R(1), U8(4), 969 /* 4152 E> */ B(TestEqual), R(1), U8(5),
970 B(Wide), B(JumpIfFalse), U16(7), 970 B(Wide), B(JumpIfFalse), U16(7),
971 /* 4158 S> */ B(Wide), B(Jump), U16(12), 971 /* 4158 S> */ B(Wide), B(Jump), U16(12),
972 /* 4114 S> */ B(Ldar), R(1), 972 /* 4114 S> */ B(Ldar), R(1),
973 B(Inc), U8(2), 973 B(Inc), U8(3),
974 B(Star), R(1), 974 B(Star), R(1),
975 B(JumpLoop), U8(-42), U8(0), 975 B(JumpLoop), U8(-42), U8(0),
976 /* 4167 S> */ B(LdaSmi), U8(3), 976 /* 4167 S> */ B(LdaSmi), U8(3),
977 /* 4177 S> */ B(Return), 977 /* 4177 S> */ B(Return),
978 ] 978 ]
979 constant pool: [ 979 constant pool: [
980 HEAP_NUMBER_TYPE [0.1], 980 HEAP_NUMBER_TYPE [0.1],
981 HEAP_NUMBER_TYPE [0.1], 981 HEAP_NUMBER_TYPE [0.1],
982 HEAP_NUMBER_TYPE [0.1], 982 HEAP_NUMBER_TYPE [0.1],
983 HEAP_NUMBER_TYPE [0.1], 983 HEAP_NUMBER_TYPE [0.1],
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 HEAP_NUMBER_TYPE [0.4], 1286 HEAP_NUMBER_TYPE [0.4],
1287 HEAP_NUMBER_TYPE [0.4], 1287 HEAP_NUMBER_TYPE [0.4],
1288 HEAP_NUMBER_TYPE [0.4], 1288 HEAP_NUMBER_TYPE [0.4],
1289 HEAP_NUMBER_TYPE [0.4], 1289 HEAP_NUMBER_TYPE [0.4],
1290 HEAP_NUMBER_TYPE [0.4], 1290 HEAP_NUMBER_TYPE [0.4],
1291 HEAP_NUMBER_TYPE [0.4], 1291 HEAP_NUMBER_TYPE [0.4],
1292 ] 1292 ]
1293 handlers: [ 1293 handlers: [
1294 ] 1294 ]
1295 1295
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698