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
Span<T>
Fix the following places on the VM side to do proper GC reporting for Span<T>:
The text was updated successfully, but these errors were encountered:
Created dotnet/coreclr#9032 to track tail call issue, removed inline from main list
Sorry, something went wrong.
Created dotnet/coreclr#9033 to track potential issues with structs passed in registers on Unix, removed inline from main list
Report by-ref-like types to the GC (SpanOfT)
2f21b7b
Fixes #8517
Report by-ref-like types to the GC (SpanOfT) (#9034)
62ac5f0
Report by-ref-like types to the GC (SpanOfT) Fixes #8517
kouvel
No branches or pull requests
Fix the following places on the VM side to do proper GC reporting for
Span<T>
:The text was updated successfully, but these errors were encountered: