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

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

Issue 2038083002: [Interpreter] Add a simple dead-code elimination bytecode optimizer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@int_jump_writer
Patch Set: Fix tests Created 4 years, 6 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 788ad732e4e567bba1d0e35ecd725f41e41e7b0e..f061b704cbea9948a5f12b3c772aaf5be79bc918 100644
--- a/test/cctest/interpreter/bytecode_expectations/TryCatch.golden
+++ b/test/cctest/interpreter/bytecode_expectations/TryCatch.golden
@@ -13,13 +13,13 @@ snippet: "
"
frame size: 5
parameter count: 1
-bytecode array length: 43
+bytecode array length: 41
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(Jump), U8(32),
B(Star), R(3),
B(LdaConstant), U8(0),
B(Star), R(2),
@@ -32,7 +32,6 @@ 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),
]

Powered by Google App Engine
This is Rietveld 408576698