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

Threading #252

Merged
merged 24 commits into from
Sep 30, 2024
Merged

Threading #252

merged 24 commits into from
Sep 30, 2024

Conversation

yuri91
Copy link
Member

@yuri91 yuri91 commented Sep 20, 2024

No description provided.

Maqrkk and others added 24 commits September 17, 2024 17:36
When -pthread is linked, add a call to initialize the tls to the start function
The previous solution only worked for the main thread, not web workers,
and only for simple cases where the script is imported directly from a
script tag.
Now we use import.meta.url when emitting ES6, and the error stack trace
otherwise.
This fixes compiler-rt/test/asan/TestCases/global-underflow.cpp , which
would sometimes fail to detect the underfloa if the tested global was the very
first one
@yuri91 yuri91 merged commit 63af302 into master Sep 30, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants