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

Unified Diff: test/cctest/interpreter/bytecode_expectations/ForOf.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
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/BasicLoops.golden ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/interpreter/bytecode_expectations/ForOf.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ForOf.golden b/test/cctest/interpreter/bytecode_expectations/ForOf.golden
index 104eb17105c8f504eba3e9847b4262c47fb645f7..c18ebc2309d1de0de50b8ccc9ea76e21ff197240 100644
--- a/test/cctest/interpreter/bytecode_expectations/ForOf.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ForOf.golden
@@ -429,7 +429,7 @@ bytecodes: [
B(LdaSmi), U8(10),
B(TestEqual), R(13),
B(JumpIfFalse), U8(4),
- B(Jump), U8(-75),
+ B(Jump), U8(17),
B(Ldar), R(7),
B(Star), R(13),
B(LdaSmi), U8(20),
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/BasicLoops.golden ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698