-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Another unnecessary GC root #17342
Comments
We've attached enough metadata for LLVM to hoist the store and |
I would accept either approach, as this is quite bad. Might be related to #17321 as well. |
Oh, and just to be clear by |
when loading a value from a struct that didn't need a local gcroot, the loaded value also doesn't require a gcroot if the struct was immutable fix #17342
when loading a value from a struct that didn't need a local gcroot, the loaded value also doesn't require a gcroot if the struct was immutable fix JuliaLang#17342
#15402 was and still is fixed, but I found another similar case. This is hurting the performance of #16622.
Inner loop:
There's that most-unwelcome store again.
The text was updated successfully, but these errors were encountered: