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.
1 parent 8527dc2 commit e184bb3Copy full SHA for e184bb3
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