You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #6161 from MikeHolman:jsenableoopjit
Allows for chakra to run in the interpreter while the host asynchronously spins up a JIT process
// The EnsureJITThreadContext() call could fail if the JIT Server process has died. In such cases, we should not try to do anything further in the client process.
5415
-
if (this->GetThreadContext()->EnsureJITThreadContext(allowPrereserveAlloc))
5415
+
if (!this->GetThreadContext()->EnsureJITThreadContext(allowPrereserveAlloc))
0 commit comments