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

Unified Diff: test/cctest/interpreter/bytecode_expectations/ContextVariables.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/ContextVariables.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
index dcfe40529baa342d655c8ee4ca8462443d8f6dc0..fa1ab8c10a5871c853d3a52c21fd207e0780f8de 100644
--- a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
@@ -105,7 +105,7 @@ snippet: "
"
frame size: 4
parameter count: 1
-bytecode array length: 46
+bytecode array length: 48
bytecodes: [
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
B(PushContext), R(0),
@@ -126,6 +126,7 @@ bytecodes: [
/* 72 S> */ B(CreateClosure), U8(1), U8(0),
B(PopContext), R(0),
/* 104 S> */ B(Return),
+ B(PopContext), R(1),
]
constant pool: [
InstanceType::FIXED_ARRAY_TYPE,
« no previous file with comments | « src/interpreter/bytecode-register-optimizer.cc ('k') | test/cctest/interpreter/bytecode_expectations/IfConditions.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698