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

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

Issue 2030583002: [Interpreter] Don't try to eliminate dead-code in bytecode-array-builder (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix Test 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/TryCatch.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/TryCatch.golden b/test/cctest/interpreter/bytecode_expectations/TryCatch.golden
index eb1225e9bf8f9159f9bc04412b65b6aafd59cd2f..17fe5a688d710dfda914d061f066264d1575fd14 100644
--- a/test/cctest/interpreter/bytecode_expectations/TryCatch.golden
+++ b/test/cctest/interpreter/bytecode_expectations/TryCatch.golden
@@ -13,12 +13,13 @@ snippet: "
"
frame size: 5
parameter count: 1
-bytecode array length: 39
+bytecode array length: 43
bytecodes: [
/* 30 E> */ B(StackCheck),
B(Mov), R(context), R(1),
/* 40 S> */ B(LdaSmi), U8(1),
/* 75 S> */ B(Return),
+ B(Jump), U8(34),
B(Star), R(3),
B(LdaConstant), U8(0),
B(Star), R(2),
@@ -31,6 +32,7 @@ bytecodes: [
/* 63 S> */ B(LdaSmi), U8(2),
B(PopContext), R(0),
/* 75 S> */ B(Return),
+ B(PopContext), R(0),
B(LdaUndefined),
/* 75 S> */ B(Return),
]
@@ -38,7 +40,7 @@ constant pool: [
"e",
]
handlers: [
- [4, 7, 7],
+ [4, 7, 9],
]
---

Powered by Google App Engine
This is Rietveld 408576698