| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index 9e7676cc0ee9e3fe01b59a3cd71f8207a13663ea..b51fe3105a6f6f92613a9dd5d591b553271b885f 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -187,6 +187,7 @@ void CompilationInfo::Initialize(Isolate* isolate,
|
|
|
| if (isolate_->debug()->is_active()) MarkAsDebug();
|
| if (FLAG_context_specialization) MarkAsContextSpecializing();
|
| + if (FLAG_turbo_builtin_inlining) MarkAsBuiltinInliningEnabled();
|
| if (FLAG_turbo_inlining) MarkAsInliningEnabled();
|
| if (FLAG_turbo_splitting) MarkAsSplittingEnabled();
|
| if (FLAG_turbo_types) MarkAsTypingEnabled();
|
|
|