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

Unified Diff: src/compiler.cc

Issue 1063513003: [turbofan] Optimize loads from the global object in JSTypeFeedbackSpecializer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix script bound variables. Created 5 years, 8 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 | « no previous file | src/compiler/access-builder.h » ('j') | test/cctest/test-decls.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler.cc
diff --git a/src/compiler.cc b/src/compiler.cc
index 58f47bc5c6f1635897542bc4974135a0c244714d..8fe7e9ef21d75cecd3b3e5b092a3a15faed6e3c3 100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -399,6 +399,7 @@ OptimizedCompileJob::Status OptimizedCompileJob::CreateGraph() {
compiler::Pipeline pipeline(info());
pipeline.GenerateCode();
if (!info()->code().is_null()) {
+ info()->dependencies()->Commit(info()->code());
return SetLastStatus(SUCCEEDED);
}
}
« no previous file with comments | « no previous file | src/compiler/access-builder.h » ('j') | test/cctest/test-decls.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698