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

Remove PTLS load inside JIT #44967

Merged
merged 2 commits into from
Apr 14, 2022
Merged

Remove PTLS load inside JIT #44967

merged 2 commits into from
Apr 14, 2022

Conversation

pchintalapudi
Copy link
Member

As discussed on the compilernauts call today, this PTLS load is unnecessary and causes problems when combined with threadcall.

@pchintalapudi pchintalapudi added the compiler:codegen Generation of LLVM IR and native code label Apr 13, 2022
@vtjnash vtjnash added the merge me PR is reviewed. Merge when all tests are passing label Apr 13, 2022
@vtjnash vtjnash merged commit 30e5355 into master Apr 14, 2022
@vtjnash vtjnash deleted the pc/no-ptls branch April 14, 2022 20:30
@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Apr 14, 2022
@maleadt
Copy link
Member

maleadt commented May 24, 2022

I noticed this wasn't included while backporting on the debuginfo PR. @pchintalapudi @vtjnash should it be part of 1.8?

@maleadt maleadt mentioned this pull request May 24, 2022
67 tasks
@vtjnash
Copy link
Sponsor Member

vtjnash commented May 25, 2022

v1.8 won't be getting support for lazy/concurrent compilation (which requires this)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:codegen Generation of LLVM IR and native code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants