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.
The text was updated successfully, but these errors were encountered:
tyroguru
changed the title
The pointer tracking mechanism hangs threads with >150k pointers
The pointer tracking mechanism hangs threads with >125k pointers
Nov 14, 2023
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.
The text was updated successfully, but these errors were encountered: