Do not print enforcing Ignition and TurboFan when --turbo is on
BUG= Review-Url: https://codereview.chromium.org/2757543004 Cr-Commit-Position: refs/heads/master@{#44605}
This commit is contained in:
parent
53f13a09ba
commit
a5f91b3a95
@ -714,7 +714,7 @@ bool AstNumberingVisitor::Renumber(FunctionLiteral* node) {
|
|||||||
node->set_dont_optimize_reason(dont_optimize_reason());
|
node->set_dont_optimize_reason(dont_optimize_reason());
|
||||||
node->set_suspend_count(suspend_count_);
|
node->set_suspend_count(suspend_count_);
|
||||||
|
|
||||||
if (FLAG_trace_opt) {
|
if (FLAG_trace_opt && !FLAG_turbo) {
|
||||||
if (disable_crankshaft_reason_ != kNoReason) {
|
if (disable_crankshaft_reason_ != kNoReason) {
|
||||||
// TODO(leszeks): This is a quick'n'dirty fix to allow the debug name of
|
// TODO(leszeks): This is a quick'n'dirty fix to allow the debug name of
|
||||||
// the function to be accessed in the below print. This DCHECK will fail
|
// the function to be accessed in the below print. This DCHECK will fail
|
||||||
|
Loading…
Reference in New Issue
Block a user