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

Span: VM side of GC reporting for Span<T> #7103

Closed
jkotas opened this issue Dec 8, 2016 · 2 comments
Closed

Span: VM side of GC reporting for Span<T> #7103

jkotas opened this issue Dec 8, 2016 · 2 comments
Assignees
Milestone

Comments

@jkotas
Copy link
Member

jkotas commented Dec 8, 2016

Fix the following places on the VM side to do proper GC reporting for Span<T>:

  • ReportPointersFromValueType
@joshfree joshfree changed the title VM side of GC reporting for Span<T> Span: VM side of GC reporting for Span<T> Dec 15, 2016
@gkhanna79 gkhanna79 assigned kouvel and unassigned gkhanna79 Jan 4, 2017
@kouvel
Copy link
Member

kouvel commented Jan 21, 2017

Created dotnet/coreclr#9032 to track tail call issue, removed inline from main list

@kouvel
Copy link
Member

kouvel commented Jan 21, 2017

Created dotnet/coreclr#9033 to track potential issues with structs passed in registers on Unix, removed inline from main list

kouvel referenced this issue in kouvel/coreclr Jan 21, 2017
kouvel referenced this issue in dotnet/coreclr Jan 23, 2017
Report by-ref-like types to the GC (SpanOfT)

Fixes #8517
@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@msftgits msftgits added this to the 2.0.0 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants