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

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: 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') | src/compiler/js-type-feedback.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 ea5660d1e34e1224cee370833ecd2d2669ac6392..cc6e593fe1baf1a437489727126d0cfe7100adae 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') | src/compiler/js-type-feedback.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698