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_); |