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

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

Issue 1997653002: [interpreter] Bytecode register optimizer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Decouple a test from implementation. 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: number 6 pool type: number
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 var x = 0.4; 322 var x = 0.4;
323 var x = 0.4; 323 var x = 0.4;
324 for (var i = 0; i < 3; i++) { 324 for (var i = 0; i < 3; i++) {
325 if (i == 1) continue; 325 if (i == 1) continue;
326 if (i == 2) break; 326 if (i == 2) break;
327 } 327 }
328 return 3; 328 return 3;
329 " 329 "
330 frame size: 3 330 frame size: 3
331 parameter count: 1 331 parameter count: 1
332 bytecode array length: 1422 332 bytecode array length: 1410
333 bytecodes: [ 333 bytecodes: [
334 /* 30 E> */ B(StackCheck), 334 /* 30 E> */ B(StackCheck),
335 /* 42 S> */ B(LdaConstant), U8(0), 335 /* 42 S> */ B(LdaConstant), U8(0),
336 B(Star), R(0), 336 B(Star), R(0),
337 /* 55 S> */ B(LdaConstant), U8(1), 337 /* 55 S> */ B(LdaConstant), U8(1),
338 B(Star), R(0), 338 B(Star), R(0),
339 /* 68 S> */ B(LdaConstant), U8(2), 339 /* 68 S> */ B(LdaConstant), U8(2),
340 B(Star), R(0), 340 B(Star), R(0),
341 /* 81 S> */ B(LdaConstant), U8(3), 341 /* 81 S> */ B(LdaConstant), U8(3),
342 B(Star), R(0), 342 B(Star), R(0),
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 /* 4046 S> */ B(Wide), B(LdaConstant), U16(308), 951 /* 4046 S> */ B(Wide), B(LdaConstant), U16(308),
952 B(Star), R(0), 952 B(Star), R(0),
953 /* 4059 S> */ B(Wide), B(LdaConstant), U16(309), 953 /* 4059 S> */ B(Wide), B(LdaConstant), U16(309),
954 B(Star), R(0), 954 B(Star), R(0),
955 /* 4072 S> */ B(Wide), B(LdaConstant), U16(310), 955 /* 4072 S> */ B(Wide), B(LdaConstant), U16(310),
956 B(Star), R(0), 956 B(Star), R(0),
957 /* 4085 S> */ B(Wide), B(LdaConstant), U16(311), 957 /* 4085 S> */ B(Wide), B(LdaConstant), U16(311),
958 B(Star), R(0), 958 B(Star), R(0),
959 /* 4103 S> */ B(LdaZero), 959 /* 4103 S> */ B(LdaZero),
960 /* 4103 E> */ B(Star), R(1), 960 /* 4103 E> */ B(Star), R(1),
961 /* 4108 S> */ B(Ldar), R(1), 961 /* 4108 S> */ B(LdaSmi), U8(3),
962 B(Star), R(2), 962 /* 4108 E> */ B(TestLessThan), R(1),
963 B(LdaSmi), U8(3), 963 B(Wide), B(JumpIfFalse), U16(38),
964 /* 4108 E> */ B(TestLessThan), R(2),
965 B(Wide), B(JumpIfFalse), U16(46),
966 /* 4090 E> */ B(StackCheck), 964 /* 4090 E> */ B(StackCheck),
967 /* 4122 S> */ B(Ldar), R(1), 965 /* 4122 S> */ B(LdaSmi), U8(1),
968 B(Star), R(2), 966 /* 4128 E> */ B(TestEqual), R(1),
969 B(LdaSmi), U8(1),
970 /* 4128 E> */ B(TestEqual), R(2),
971 B(Wide), B(JumpIfFalse), U16(7), 967 B(Wide), B(JumpIfFalse), U16(7),
972 /* 4134 S> */ B(Wide), B(Jump), U16(19), 968 /* 4134 S> */ B(Wide), B(Jump), U16(15),
973 /* 4146 S> */ B(Ldar), R(1), 969 /* 4146 S> */ B(LdaSmi), U8(2),
974 B(Star), R(2), 970 /* 4152 E> */ B(TestEqual), R(1),
975 B(LdaSmi), U8(2),
976 /* 4152 E> */ B(TestEqual), R(2),
977 B(Wide), B(JumpIfFalse), U16(7), 971 B(Wide), B(JumpIfFalse), U16(7),
978 /* 4158 S> */ B(Wide), B(Jump), U16(13), 972 /* 4158 S> */ B(Wide), B(Jump), U16(13),
979 /* 4114 S> */ B(Ldar), R(1), 973 /* 4114 S> */ B(Ldar), R(1),
980 B(ToNumber), 974 B(ToNumber),
981 B(Star), R(2), 975 B(Star), R(2),
982 B(Inc), 976 B(Inc),
983 /* 4114 E> */ B(Star), R(1), 977 /* 4114 E> */ B(Star), R(1),
984 B(Jump), U8(-53), 978 B(Jump), U8(-41),
985 /* 4167 S> */ B(LdaSmi), U8(3), 979 /* 4167 S> */ B(LdaSmi), U8(3),
986 /* 4177 S> */ B(Return), 980 /* 4177 S> */ B(Return),
987 ] 981 ]
988 constant pool: [ 982 constant pool: [
989 0.1, 983 0.1,
990 0.1, 984 0.1,
991 0.1, 985 0.1,
992 0.1, 986 0.1,
993 0.1, 987 0.1,
994 0.1, 988 0.1,
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1295 0.4, 1289 0.4,
1296 0.4, 1290 0.4,
1297 0.4, 1291 0.4,
1298 0.4, 1292 0.4,
1299 0.4, 1293 0.4,
1300 0.4, 1294 0.4,
1301 ] 1295 ]
1302 handlers: [ 1296 handlers: [
1303 ] 1297 ]
1304 1298
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698