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
Our not-so-cunning pointer tracking mechanism causes the thread executing the JIT code to spin if > 150k pointers are being tracked. In the short term we need to introduce a mechanism to allow the thread to gracefully proceed through JIT code execution in spite of this condition and a mechanism to notify the debugger that this scenario has been encountered.