| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index 0bf2c7b6a621ff9a38c3714e992bd3745fe5f528..6a99a5c5c04b4eff98a56bcebad387350e221167 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -440,6 +440,8 @@ OptimizedCompileJob::Status OptimizedCompileJob::CreateGraph() {
|
|
|
| if (info()->shared_info()->asm_function()) {
|
| info()->MarkAsContextSpecializing();
|
| + } else if (FLAG_turbo_type_feedback) {
|
| + info()->MarkAsTypeFeedbackEnabled();
|
| }
|
|
|
| Timer t(this, &time_taken_to_create_graph_);
|
|
|