We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
type foo a::Vector{Int64} end f(x::foo) = (a = x.a; for i = 1:100; @inbounds a[i] += 1; end) code_llvm(f, Tuple{foo})
This generates 3 roots. We technically don't need any because there's no safepoints. However, I'd settle for 1 root for now.
The text was updated successfully, but these errors were encountered:
Delete unneeded GC Roots (fixed #20981)
ea6b4c3
See lengthy comment in llvm-gcroot.cpp for a description of the algorithm.
441b41a
Close as dup of #15369
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This generates 3 roots. We technically don't need any because there's no safepoints. However, I'd settle for 1 root for now.
The text was updated successfully, but these errors were encountered: