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

Unified Diff: src/compiler.cc

Issue 1095313002: [turbofan] Fix reduction of LoadProperty/StoreProperty to LoadNamed/StoreNamed. (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/js-generic-lowering.cc » ('j') | test/mjsunit/compiler/load-named.js » ('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..07d92ef2b649cbcbf4cfa56501bb830851774b04 100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -393,6 +393,7 @@ OptimizedCompileJob::Status OptimizedCompileJob::CreateGraph() {
info()->MarkAsContextSpecializing();
} else if (FLAG_turbo_type_feedback) {
info()->MarkAsTypeFeedbackEnabled();
+ info()->EnsureFeedbackVector();
}
Timer t(this, &time_taken_to_create_graph_);
« no previous file with comments | « no previous file | src/compiler/js-generic-lowering.cc » ('j') | test/mjsunit/compiler/load-named.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698