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

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

Issue 2641443002: [ignition] Use absolute values for jump offsets (Closed)
Patch Set: Fix unsigned comparison Created 3 years, 11 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 9ff611dd8dae658211106a60061c68e750ed2c44..8defde5404efbaf70f417880626cc8d50d6a849f 100644
--- a/test/cctest/interpreter/bytecode_expectations/Generators.golden
+++ b/test/cctest/interpreter/bytecode_expectations/Generators.golden
@@ -281,7 +281,7 @@ snippet: "
"
frame size: 18
parameter count: 1
-bytecode array length: 778
+bytecode array length: 775
bytecodes: [
B(Ldar), R(new_target),
B(JumpIfUndefined), U8(35),
@@ -438,13 +438,13 @@ bytecodes: [
B(Star), R(9),
B(LdaZero),
B(Star), R(8),
- B(Jump), U8(74),
+ B(Jump), U8(71),
B(Ldar), R(14),
/* 36 E> */ B(Throw),
B(PopContext), R(2),
B(LdaZero),
B(StaContextSlot), R(1), U8(9), U8(0),
- B(Wide), B(JumpLoop), U16(-219), U16(0),
+ B(JumpLoop), U8(218), U8(0),
B(Jump), U8(44),
B(Star), R(12),
B(Ldar), R(closure),
@@ -618,7 +618,7 @@ constant pool: [
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
FIXED_ARRAY_TYPE,
Smi [134],
- Smi [150],
+ Smi [147],
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
FIXED_ARRAY_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
@@ -627,12 +627,12 @@ constant pool: [
FIXED_ARRAY_TYPE,
Smi [133],
Smi [159],
- Smi [582],
+ Smi [579],
]
handlers: [
- [53, 697, 703],
- [149, 448, 454],
- [152, 404, 406],
- [550, 566, 568],
+ [53, 694, 700],
+ [149, 445, 451],
+ [152, 401, 403],
+ [547, 563, 565],
]

Powered by Google App Engine
This is Rietveld 408576698