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

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

Issue 2161563002: Revert of [interpeter] Move to table based peephole optimizer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « src/v8.gyp ('k') | test/cctest/interpreter/bytecode_expectations/LetVariable.golden » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/interpreter/bytecode_expectations/ConstVariable.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ConstVariable.golden b/test/cctest/interpreter/bytecode_expectations/ConstVariable.golden
index 70b0d6f2713dfaa41d394cb295f8cc07d220068d..4c511b53bc3e8444b7fa6ae7ac6276e181a1b2b0 100644
--- a/test/cctest/interpreter/bytecode_expectations/ConstVariable.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ConstVariable.golden
@@ -59,7 +59,7 @@
"
frame size: 3
parameter count: 1
-bytecode array length: 31
+bytecode array length: 33
bytecodes: [
B(LdaTheHole),
B(Star), R(0),
@@ -73,6 +73,7 @@
/* 48 E> */ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
B(CallRuntime), U16(Runtime::kThrowConstAssignError), R(0), U8(0),
B(Mov), R(1), R(0),
+ B(Ldar), R(0),
B(LdaUndefined),
/* 55 S> */ B(Return),
]
« no previous file with comments | « src/v8.gyp ('k') | test/cctest/interpreter/bytecode_expectations/LetVariable.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698