| Index: src/full-codegen/x64/full-codegen-x64.cc
|
| diff --git a/src/full-codegen/x64/full-codegen-x64.cc b/src/full-codegen/x64/full-codegen-x64.cc
|
| index 7e0553103f3fff12a0106dc2bdb63f20845091e3..1647bd8da8d161a98e1b7493a2fd1a83ff5d45c8 100644
|
| --- a/src/full-codegen/x64/full-codegen-x64.cc
|
| +++ b/src/full-codegen/x64/full-codegen-x64.cc
|
| @@ -758,7 +758,7 @@ void FullCodeGenerator::PrepareForBailoutBeforeSplit(Expression* expr,
|
| // Only prepare for bailouts before splits if we're in a test
|
| // context. Otherwise, we let the Visit function deal with the
|
| // preparation to avoid preparing with the same AST id twice.
|
| - if (!context()->IsTest() || !info_->IsOptimizable()) return;
|
| + if (!context()->IsTest()) return;
|
|
|
| Label skip;
|
| if (should_normalize) __ jmp(&skip, Label::kNear);
|
|
|