We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8527dc2 + e184bb3 commit 720e289Copy full SHA for 720e289
lib/Backend/Func.cpp
@@ -2111,7 +2111,7 @@ bool
2111
Func::ShouldDoLazyBailOut() const
2112
{
2113
#if defined(_M_X64)
2114
- if (PHASE_ON1(Js::LazyBailoutPhase) ||
+ if (!PHASE_ON1(Js::LazyBailoutPhase) ||
2115
this->GetJITFunctionBody()->IsAsmJsMode() || // don't have bailouts in asm.js
2116
this->HasTry() || // lazy bailout in function with try/catch not supported for now
2117
// `EHBailoutPatchUp` set a `hasBailedOut` bit to rethrow the exception in the interpreter
0 commit comments