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

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

Issue 2331033002: [interpreter] Merge {OsrPoll} with {Jump} bytecode. (Closed)
Patch Set: One more test. 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 ae071a089a052b050dfb4b2ef2d307ecb5b008af..b17d5b58103278e1dd265edfb5654baad7c1516e 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: 805
+bytecode array length: 807
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(74),
+ B(Jump), U8(76),
B(Ldar), R(13),
/* 36 E> */ B(Throw),
B(Ldar), R(13),
B(PopContext), R(2),
B(LdaZero),
B(StaContextSlot), R(1), U8(9), U8(0),
- B(Wide), B(Jump), U16(-234),
+ B(Wide), B(JumpLoop), U16(-234), U16(0),
B(Jump), U8(44),
B(Star), R(12),
B(Ldar), R(closure),
@@ -585,7 +585,7 @@ constant pool: [
FIXED_ARRAY_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
Smi [146],
- Smi [167],
+ Smi [169],
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
FIXED_ARRAY_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
@@ -595,12 +595,12 @@ constant pool: [
Smi [129],
Smi [166],
Smi [155],
- Smi [601],
+ Smi [603],
]
handlers: [
- [48, 718, 724],
- [153, 458, 464],
- [156, 414, 416],
- [572, 586, 588],
+ [48, 720, 726],
+ [153, 460, 466],
+ [156, 416, 418],
+ [574, 588, 590],
]

Powered by Google App Engine
This is Rietveld 408576698