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

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

Issue 2337123003: [turbofan] Collect invocation counts and compute relative call frequencies. (Closed)
Patch Set: Address feedback. 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/TopLevelObjectLiterals.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden b/test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden
index e97547d2cce41c95d6a8be8ab44354e0b9a972e6..ff2a4e8a43a93d28b554a0cd021bd6c2072dcbad 100644
--- a/test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden
+++ b/test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden
@@ -28,7 +28,7 @@ bytecodes: [
B(CreateObjectLiteral), U8(2), U8(0), U8(1), R(4),
B(Star), R(2),
B(CreateClosure), U8(3), U8(0),
- B(StaNamedPropertySloppy), R(4), U8(4), U8(3),
+ B(StaNamedPropertySloppy), R(4), U8(4), U8(4),
B(Mov), R(4), R(3),
B(CallRuntime), U16(Runtime::kInitializeVarGlobal), R(1), U8(3),
B(LdaUndefined),

Powered by Google App Engine
This is Rietveld 408576698