Index: test/cctest/interpreter/bytecode_expectations/BasicLoops.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/BasicLoops.golden b/test/cctest/interpreter/bytecode_expectations/BasicLoops.golden |
index 07db196044236fe02449d682f2d971159946e547..2c2db06d2d2247235ca945a007f0ded773056851 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/BasicLoops.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/BasicLoops.golden |
@@ -72,20 +72,20 @@ bytecodes: [ |
/* 53 S> */ B(LdaSmi), U8(1), |
B(Star), R(1), |
/* 65 S> */ B(LdaSmi), U8(10), |
- /* 65 E> */ B(TestLessThan), R(0), U8(1), |
+ /* 65 E> */ B(TestLessThan), R(0), U8(2), |
B(JumpIfFalse), U8(37), |
/* 56 E> */ B(StackCheck), |
/* 75 S> */ B(LdaSmi), U8(12), |
- B(Mul), R(1), U8(2), |
+ B(Mul), R(1), U8(3), |
B(Star), R(1), |
- /* 89 S> */ B(AddSmi), U8(1), R(0), U8(3), |
+ /* 89 S> */ B(AddSmi), U8(1), R(0), U8(4), |
B(Star), R(0), |
/* 102 S> */ B(LdaSmi), U8(3), |
- /* 108 E> */ B(TestEqual), R(0), U8(4), |
+ /* 108 E> */ B(TestEqual), R(0), U8(5), |
B(JumpIfFalse), U8(4), |
/* 114 S> */ B(Jump), U8(11), |
/* 126 S> */ B(LdaSmi), U8(4), |
- /* 132 E> */ B(TestEqual), R(0), U8(5), |
+ /* 132 E> */ B(TestEqual), R(0), U8(6), |
B(JumpIfFalse), U8(4), |
/* 138 S> */ B(Jump), U8(5), |
B(JumpLoop), U8(-39), U8(0), |
@@ -119,26 +119,26 @@ bytecodes: [ |
B(Star), R(0), |
/* 45 E> */ B(StackCheck), |
/* 62 S> */ B(LdaZero), |
- /* 68 E> */ B(TestLessThan), R(0), U8(1), |
+ /* 68 E> */ B(TestLessThan), R(0), U8(2), |
B(JumpIfFalse), U8(4), |
/* 73 S> */ B(Jump), U8(44), |
/* 85 S> */ B(LdaSmi), U8(3), |
- /* 91 E> */ B(TestEqual), R(0), U8(2), |
+ /* 91 E> */ B(TestEqual), R(0), U8(3), |
B(JumpIfFalse), U8(4), |
/* 97 S> */ B(Jump), U8(38), |
/* 106 S> */ B(LdaSmi), U8(4), |
- /* 112 E> */ B(TestEqual), R(0), U8(3), |
+ /* 112 E> */ B(TestEqual), R(0), U8(4), |
B(JumpIfFalse), U8(4), |
/* 118 S> */ B(Jump), U8(29), |
/* 127 S> */ B(LdaSmi), U8(10), |
- /* 133 E> */ B(TestEqual), R(0), U8(4), |
+ /* 133 E> */ B(TestEqual), R(0), U8(5), |
B(JumpIfFalse), U8(4), |
/* 140 S> */ B(Jump), U8(17), |
/* 152 S> */ B(LdaSmi), U8(5), |
- /* 158 E> */ B(TestEqual), R(0), U8(5), |
+ /* 158 E> */ B(TestEqual), R(0), U8(6), |
B(JumpIfFalse), U8(4), |
/* 164 S> */ B(Jump), U8(11), |
- /* 173 S> */ B(AddSmi), U8(1), R(0), U8(6), |
+ /* 173 S> */ B(AddSmi), U8(1), R(0), U8(7), |
B(Star), R(0), |
B(JumpLoop), U8(-51), U8(0), |
/* 186 S> */ B(Ldar), R(0), |
@@ -171,17 +171,17 @@ bytecodes: [ |
B(Star), R(0), |
/* 45 E> */ B(StackCheck), |
/* 71 S> */ B(LdaSmi), U8(3), |
- /* 71 E> */ B(TestLessThan), R(0), U8(1), |
+ /* 71 E> */ B(TestLessThan), R(0), U8(2), |
B(JumpIfFalse), U8(21), |
/* 62 E> */ B(StackCheck), |
/* 82 S> */ B(LdaSmi), U8(2), |
- /* 88 E> */ B(TestEqual), R(0), U8(2), |
+ /* 88 E> */ B(TestEqual), R(0), U8(3), |
B(JumpIfFalse), U8(4), |
/* 94 S> */ B(Jump), U8(11), |
- /* 105 S> */ B(AddSmi), U8(1), R(0), U8(3), |
+ /* 105 S> */ B(AddSmi), U8(1), R(0), U8(4), |
B(Star), R(0), |
B(JumpLoop), U8(-23), U8(1), |
- /* 122 S> */ B(AddSmi), U8(1), R(0), U8(4), |
+ /* 122 S> */ B(AddSmi), U8(1), R(0), U8(5), |
B(Star), R(0), |
/* 135 S> */ B(Jump), U8(2), |
/* 144 S> */ B(Ldar), R(0), |
@@ -215,9 +215,9 @@ bytecodes: [ |
B(JumpIfToBooleanFalse), U8(19), |
/* 57 E> */ B(StackCheck), |
/* 71 S> */ B(LdaSmi), U8(12), |
- B(Mul), R(1), U8(1), |
+ B(Mul), R(1), U8(2), |
B(Star), R(1), |
- /* 85 S> */ B(SubSmi), U8(1), R(0), U8(2), |
+ /* 85 S> */ B(SubSmi), U8(1), R(0), U8(3), |
B(Star), R(0), |
B(JumpLoop), U8(-18), U8(0), |
/* 98 S> */ B(Ldar), R(1), |
@@ -250,20 +250,20 @@ bytecodes: [ |
B(Star), R(1), |
/* 56 E> */ B(StackCheck), |
/* 63 S> */ B(LdaSmi), U8(10), |
- B(Mul), R(1), U8(1), |
+ B(Mul), R(1), U8(2), |
B(Star), R(1), |
/* 77 S> */ B(LdaSmi), U8(5), |
- /* 83 E> */ B(TestEqual), R(0), U8(2), |
+ /* 83 E> */ B(TestEqual), R(0), U8(3), |
B(JumpIfFalse), U8(4), |
/* 89 S> */ B(Jump), U8(27), |
/* 98 S> */ B(LdaSmi), U8(6), |
- /* 104 E> */ B(TestEqual), R(0), U8(3), |
+ /* 104 E> */ B(TestEqual), R(0), U8(4), |
B(JumpIfFalse), U8(4), |
/* 110 S> */ B(Jump), U8(8), |
- /* 122 S> */ B(AddSmi), U8(1), R(0), U8(4), |
+ /* 122 S> */ B(AddSmi), U8(1), R(0), U8(5), |
B(Star), R(0), |
/* 144 S> */ B(LdaSmi), U8(10), |
- /* 144 E> */ B(TestLessThan), R(0), U8(5), |
+ /* 144 E> */ B(TestLessThan), R(0), U8(6), |
B(JumpIfFalse), U8(5), |
B(JumpLoop), U8(-39), U8(0), |
/* 151 S> */ B(Ldar), R(1), |
@@ -295,9 +295,9 @@ bytecodes: [ |
B(Star), R(1), |
/* 57 E> */ B(StackCheck), |
/* 64 S> */ B(LdaSmi), U8(12), |
- B(Mul), R(1), U8(1), |
+ B(Mul), R(1), U8(2), |
B(Star), R(1), |
- /* 78 S> */ B(SubSmi), U8(1), R(0), U8(2), |
+ /* 78 S> */ B(SubSmi), U8(1), R(0), U8(3), |
B(Star), R(0), |
/* 98 S> */ B(JumpIfToBooleanFalse), U8(5), |
B(JumpLoop), U8(-16), U8(0), |
@@ -331,16 +331,16 @@ bytecodes: [ |
B(Star), R(1), |
/* 56 E> */ B(StackCheck), |
/* 63 S> */ B(LdaSmi), U8(10), |
- B(Mul), R(1), U8(1), |
+ B(Mul), R(1), U8(2), |
B(Star), R(1), |
/* 77 S> */ B(LdaSmi), U8(5), |
- /* 83 E> */ B(TestEqual), R(0), U8(2), |
+ /* 83 E> */ B(TestEqual), R(0), U8(3), |
B(JumpIfFalse), U8(4), |
/* 89 S> */ B(Jump), U8(17), |
- /* 98 S> */ B(AddSmi), U8(1), R(0), U8(3), |
+ /* 98 S> */ B(AddSmi), U8(1), R(0), U8(4), |
B(Star), R(0), |
/* 111 S> */ B(LdaSmi), U8(6), |
- /* 117 E> */ B(TestEqual), R(0), U8(4), |
+ /* 117 E> */ B(TestEqual), R(0), U8(5), |
B(JumpIfFalse), U8(4), |
/* 123 S> */ B(Jump), U8(2), |
/* 150 S> */ B(Ldar), R(1), |
@@ -373,16 +373,16 @@ bytecodes: [ |
B(Star), R(1), |
/* 56 E> */ B(StackCheck), |
/* 63 S> */ B(LdaSmi), U8(10), |
- B(Mul), R(1), U8(1), |
+ B(Mul), R(1), U8(2), |
B(Star), R(1), |
/* 77 S> */ B(LdaSmi), U8(5), |
- /* 83 E> */ B(TestEqual), R(0), U8(2), |
+ /* 83 E> */ B(TestEqual), R(0), U8(3), |
B(JumpIfFalse), U8(4), |
/* 89 S> */ B(Jump), U8(20), |
- /* 98 S> */ B(AddSmi), U8(1), R(0), U8(3), |
+ /* 98 S> */ B(AddSmi), U8(1), R(0), U8(4), |
B(Star), R(0), |
/* 111 S> */ B(LdaSmi), U8(6), |
- /* 117 E> */ B(TestEqual), R(0), U8(4), |
+ /* 117 E> */ B(TestEqual), R(0), U8(5), |
B(JumpIfFalse), U8(4), |
/* 123 S> */ B(Jump), U8(2), |
B(JumpLoop), U8(-32), U8(0), |
@@ -412,14 +412,14 @@ bytecodes: [ |
B(Star), R(0), |
/* 45 E> */ B(StackCheck), |
/* 58 S> */ B(LdaSmi), U8(1), |
- /* 64 E> */ B(TestEqual), R(0), U8(1), |
+ /* 64 E> */ B(TestEqual), R(0), U8(2), |
B(JumpIfFalse), U8(4), |
/* 70 S> */ B(Jump), U8(20), |
/* 79 S> */ B(LdaSmi), U8(2), |
- /* 85 E> */ B(TestEqual), R(0), U8(2), |
+ /* 85 E> */ B(TestEqual), R(0), U8(3), |
B(JumpIfFalse), U8(4), |
/* 91 S> */ B(Jump), U8(8), |
- /* 103 S> */ B(AddSmi), U8(1), R(0), U8(3), |
+ /* 103 S> */ B(AddSmi), U8(1), R(0), U8(4), |
B(Star), R(0), |
B(JumpLoop), U8(-25), U8(0), |
B(LdaUndefined), |
@@ -447,14 +447,14 @@ bytecodes: [ |
B(Star), R(0), |
/* 34 E> */ B(StackCheck), |
/* 56 S> */ B(LdaSmi), U8(1), |
- /* 62 E> */ B(TestEqual), R(0), U8(1), |
+ /* 62 E> */ B(TestEqual), R(0), U8(2), |
B(JumpIfFalse), U8(4), |
/* 68 S> */ B(Jump), U8(20), |
/* 77 S> */ B(LdaSmi), U8(2), |
- /* 83 E> */ B(TestEqual), R(0), U8(2), |
+ /* 83 E> */ B(TestEqual), R(0), U8(3), |
B(JumpIfFalse), U8(4), |
/* 89 S> */ B(Jump), U8(8), |
- /* 101 S> */ B(AddSmi), U8(1), R(0), U8(3), |
+ /* 101 S> */ B(AddSmi), U8(1), R(0), U8(4), |
B(Star), R(0), |
B(JumpLoop), U8(-25), U8(0), |
B(LdaUndefined), |
@@ -482,14 +482,14 @@ bytecodes: [ |
B(Star), R(0), |
/* 45 E> */ B(StackCheck), |
/* 68 S> */ B(LdaSmi), U8(1), |
- /* 74 E> */ B(TestEqual), R(0), U8(2), |
+ /* 74 E> */ B(TestEqual), R(0), U8(3), |
B(JumpIfFalse), U8(4), |
/* 80 S> */ B(Jump), U8(20), |
/* 89 S> */ B(LdaSmi), U8(2), |
- /* 95 E> */ B(TestEqual), R(0), U8(3), |
+ /* 95 E> */ B(TestEqual), R(0), U8(4), |
B(JumpIfFalse), U8(4), |
/* 101 S> */ B(Jump), U8(2), |
- /* 55 S> */ B(AddSmi), U8(1), R(0), U8(1), |
+ /* 55 S> */ B(AddSmi), U8(1), R(0), U8(2), |
B(Star), R(0), |
B(JumpLoop), U8(-25), U8(0), |
B(LdaUndefined), |
@@ -516,14 +516,14 @@ bytecodes: [ |
B(Star), R(0), |
/* 34 E> */ B(StackCheck), |
/* 66 S> */ B(LdaSmi), U8(1), |
- /* 72 E> */ B(TestEqual), R(0), U8(2), |
+ /* 72 E> */ B(TestEqual), R(0), U8(3), |
B(JumpIfFalse), U8(4), |
/* 78 S> */ B(Jump), U8(20), |
/* 87 S> */ B(LdaSmi), U8(2), |
- /* 93 E> */ B(TestEqual), R(0), U8(3), |
+ /* 93 E> */ B(TestEqual), R(0), U8(4), |
B(JumpIfFalse), U8(4), |
/* 99 S> */ B(Jump), U8(2), |
- /* 53 S> */ B(AddSmi), U8(1), R(0), U8(1), |
+ /* 53 S> */ B(AddSmi), U8(1), R(0), U8(2), |
B(Star), R(0), |
B(JumpLoop), U8(-25), U8(0), |
B(LdaUndefined), |
@@ -552,13 +552,13 @@ bytecodes: [ |
/* 58 S> */ B(LdaZero), |
B(Star), R(1), |
/* 63 S> */ B(LdaSmi), U8(100), |
- /* 63 E> */ B(TestLessThan), R(1), U8(1), |
+ /* 63 E> */ B(TestLessThan), R(1), U8(2), |
B(JumpIfFalse), U8(20), |
/* 45 E> */ B(StackCheck), |
- /* 85 S> */ B(AddSmi), U8(1), R(0), U8(3), |
+ /* 85 S> */ B(AddSmi), U8(1), R(0), U8(4), |
B(Star), R(0), |
/* 98 S> */ B(Jump), U8(2), |
- /* 72 S> */ B(AddSmi), U8(1), R(1), U8(2), |
+ /* 72 S> */ B(AddSmi), U8(1), R(1), U8(3), |
B(Star), R(1), |
B(JumpLoop), U8(-22), U8(0), |
B(LdaUndefined), |
@@ -590,10 +590,10 @@ bytecodes: [ |
B(JumpIfToBooleanFalse), U8(19), |
/* 45 E> */ B(StackCheck), |
/* 74 S> */ B(LdaSmi), U8(12), |
- B(Mul), R(0), U8(2), |
+ B(Mul), R(0), U8(3), |
B(Star), R(0), |
/* 67 S> */ B(Ldar), R(1), |
- B(Dec), U8(1), |
+ B(Dec), U8(2), |
B(Star), R(1), |
B(JumpLoop), U8(-18), U8(0), |
/* 88 S> */ B(Ldar), R(0), |
@@ -648,14 +648,14 @@ bytecodes: [ |
/* 58 S> */ B(LdaZero), |
B(Star), R(1), |
/* 45 E> */ B(StackCheck), |
- /* 76 S> */ B(AddSmi), U8(1), R(0), U8(2), |
+ /* 76 S> */ B(AddSmi), U8(1), R(0), U8(3), |
B(Star), R(0), |
/* 89 S> */ B(LdaSmi), U8(20), |
- /* 95 E> */ B(TestEqual), R(0), U8(3), |
+ /* 95 E> */ B(TestEqual), R(0), U8(4), |
B(JumpIfFalse), U8(4), |
/* 102 S> */ B(Jump), U8(11), |
/* 69 S> */ B(Ldar), R(1), |
- B(Inc), U8(1), |
+ B(Inc), U8(2), |
B(Star), R(1), |
B(JumpLoop), U8(-22), U8(0), |
/* 112 S> */ B(Ldar), R(0), |
@@ -712,7 +712,7 @@ bytecodes: [ |
B(LdaConstant), U8(2), |
B(Star), R(4), |
B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1), |
- B(Inc), U8(1), |
+ B(Inc), U8(2), |
B(Star), R(4), |
/* 127 E> */ B(LdaContextSlot), R(context), U8(4), U8(0), |
B(JumpIfNotHole), U8(11), |