Make --turbo-inlining available on the command line.

R=mstarzinger@chromium.org

Review URL: https://codereview.chromium.org/565593002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23857 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent d2c2efce
......@@ -140,6 +140,7 @@ void CompilationInfo::Initialize(Isolate* isolate,
if (isolate_->debug()->is_active()) MarkAsDebug();
if (FLAG_context_specialization) MarkAsContextSpecializing();
if (FLAG_turbo_types) MarkAsTypingEnabled();
if (FLAG_turbo_inlining) MarkAsInliningEnabled();
if (!shared_info_.is_null()) {
DCHECK(strict_mode() == SLOPPY);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment