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

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

Issue 2331033002: [interpreter] Merge {OsrPoll} with {Jump} bytecode. (Closed)
Patch Set: Fix for wide jumps. 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 side-by-side diff with in-line comments
Download patch
Index: test/cctest/interpreter/bytecode_expectations/Generators.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/Generators.golden b/test/cctest/interpreter/bytecode_expectations/Generators.golden
index c4ada553fbf75c51900c552909c2ef0c4b85ad24..fbbb107c14d70c63666bdb77c936352e0df34384 100644
--- a/test/cctest/interpreter/bytecode_expectations/Generators.golden
+++ b/test/cctest/interpreter/bytecode_expectations/Generators.golden
@@ -267,7 +267,7 @@ snippet: "
"
frame size: 18
parameter count: 1
-bytecode array length: 765
+bytecode array length: 767
bytecodes: [
B(Ldar), R(new_target),
B(JumpIfUndefined), U8(28),
@@ -417,14 +417,14 @@ bytecodes: [
B(Star), R(9),
B(LdaZero),
B(Star), R(8),
- B(Jump), U8(70),
+ B(Jump), U8(72),
B(Ldar), R(13),
/* 36 E> */ B(Throw),
B(Ldar), R(13),
B(PopContext), R(2),
B(LdaZero),
B(StaContextSlot), R(1), U8(9),
- B(Wide), B(Jump), U16(-219),
+ B(Wide), B(JumpLoop), U16(-219), U16(0),
B(Jump), U8(41),
B(Star), R(12),
B(Ldar), R(closure),
@@ -585,7 +585,7 @@ constant pool: [
FIXED_ARRAY_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
Smi [132],
- Smi [156],
+ Smi [158],
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
FIXED_ARRAY_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
@@ -594,12 +594,12 @@ constant pool: [
FIXED_ARRAY_TYPE,
Smi [153],
Smi [143],
- Smi [566],
+ Smi [568],
]
handlers: [
- [47, 679, 685],
- [147, 433, 439],
- [150, 392, 394],
- [540, 552, 554],
+ [47, 681, 687],
+ [147, 435, 441],
+ [150, 394, 396],
+ [542, 554, 556],
]

Powered by Google App Engine
This is Rietveld 408576698