Index: src/compiler.cc |
diff --git a/src/compiler.cc b/src/compiler.cc |
index 524eca8d87938f2e31b9df7036af988d64d2c764..58f47bc5c6f1635897542bc4974135a0c244714d 100644 |
--- a/src/compiler.cc |
+++ b/src/compiler.cc |
@@ -392,6 +392,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_); |