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

Will escape analysis and reference count as alternative GC appear in C# 8.0? #7053

Closed
ygc369 opened this issue Nov 26, 2016 · 2 comments
Closed

Comments

@ygc369
Copy link

ygc369 commented Nov 26, 2016

As C# 7.0 will be released soon, there's no time to add more features. But there are still many good ideas that has not come true in C# 7.0, so I wonder which of them would be in the roadmap of C# 8.0, such as escape analysis and reference count as alternative GC.

@masonwheeler
Copy link
Contributor

That's not a language-level issue. Replacing the GC would require massive, fundamental changes to the runtime, and to the runtime specification.

@jkotas
Copy link
Member

jkotas commented Nov 26, 2016

Dup of https://github.com/dotnet/coreclr/issues/430 and https://github.com/dotnet/coreclr/issues/1784. You can follow the discussion about these ideas in the existing issues.

@jkotas jkotas closed this as completed Nov 26, 2016
@msftgits msftgits transferred this issue from dotnet/coreclr 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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants