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

Add thread support by using thread_local (TLS) #19

Open
kammce opened this issue Mar 22, 2024 · 0 comments
Open

Add thread support by using thread_local (TLS) #19

kammce opened this issue Mar 22, 2024 · 0 comments
Labels
⚡️ enhancement New feature or request

Comments

@kammce
Copy link
Member

kammce commented Mar 22, 2024

This issue #18, works to make exceptions work without TLS, but we should also have an option to use TLS, because using TLS can improve runtime because there is no need to unwind the frames to search for the exception pointer.

@kammce kammce added the ⚡️ enhancement New feature or request label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚡️ enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant