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

Unified Diff: test/cctest/interpreter/bytecode_expectations/BasicLoops.golden

Issue 1943383003: [interpreter] Always 'continue' loops by jumping forward to end of body. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
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 cb0c3d61190e4d3d08125aa59e615a7764bbf151..5fc6491b88cbb38a51c79601f9c5aa44104028af 100644
--- a/test/cctest/interpreter/bytecode_expectations/BasicLoops.golden
+++ b/test/cctest/interpreter/bytecode_expectations/BasicLoops.golden
@@ -90,7 +90,7 @@ bytecodes: [
B(LdaSmi), U8(3),
B(TestEqual), R(2),
B(JumpIfFalse), U8(4),
- B(Jump), U8(-39),
+ B(Jump), U8(14),
B(Ldar), R(0),
B(Star), R(2),
B(LdaSmi), U8(4),
@@ -132,7 +132,7 @@ bytecodes: [
B(LdaZero),
B(TestLessThan), R(1),
B(JumpIfFalse), U8(4),
- B(Jump), U8(-10),
+ B(Jump), U8(60),
B(Ldar), R(0),
B(Star), R(1),
B(LdaSmi), U8(3),
@@ -150,7 +150,7 @@ bytecodes: [
B(LdaSmi), U8(10),
B(TestEqual), R(1),
B(JumpIfFalse), U8(4),
- B(Jump), U8(-46),
+ B(Jump), U8(24),
B(Ldar), R(0),
B(Star), R(1),
B(LdaSmi), U8(5),
@@ -453,7 +453,7 @@ bytecodes: [
B(LdaSmi), U8(6),
B(TestEqual), R(2),
B(JumpIfFalse), U8(4),
- B(Jump), U8(-41),
+ B(Jump), U8(2),
B(Jump), U8(-43),
B(Ldar), R(1),
B(Return),
@@ -491,7 +491,7 @@ bytecodes: [
B(LdaSmi), U8(2),
B(TestEqual), R(1),
B(JumpIfFalse), U8(4),
- B(Jump), U8(-23),
+ B(Jump), U8(12),
B(Ldar), R(0),
B(Star), R(1),
B(LdaSmi), U8(1),
@@ -533,7 +533,7 @@ bytecodes: [
B(LdaSmi), U8(2),
B(TestEqual), R(1),
B(JumpIfFalse), U8(4),
- B(Jump), U8(-23),
+ B(Jump), U8(12),
B(Ldar), R(0),
B(Star), R(1),
B(LdaSmi), U8(1),
@@ -825,7 +825,7 @@ bytecodes: [
B(JumpIfToBooleanFalse), U8(8),
B(PopContext), R(3),
B(PopContext), R(3),
- B(Jump), U8(-69),
+ B(Jump), U8(43),
B(LdaContextSlot), R(context), U8(4),
B(JumpIfNotHole), U8(11),
B(LdaConstant), U8(3),
« no previous file with comments | « src/interpreter/control-flow-builders.cc ('k') | test/cctest/interpreter/bytecode_expectations/ForOf.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698