Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The pointer tracking mechanism hangs threads with >125k pointers #405

Open
tyroguru opened this issue Nov 14, 2023 · 0 comments
Open

The pointer tracking mechanism hangs threads with >125k pointers #405

tyroguru opened this issue Nov 14, 2023 · 0 comments

Comments

@tyroguru
Copy link
Contributor

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.

@tyroguru 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant