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

[Local GC] Compile without FEATURE_REDHAWK #9192

Closed
swgillespie opened this issue Oct 25, 2017 · 1 comment
Closed

[Local GC] Compile without FEATURE_REDHAWK #9192

swgillespie opened this issue Oct 25, 2017 · 1 comment
Assignees
Milestone

Comments

@swgillespie
Copy link
Contributor

Accomplishing this will produce a GC largely equivalent to the one that is linked-in to coreclr.dll by default. Today, clrgc.dll compiles with FEATURE_REDHAWK to paper over some problems, namely:

  • Use of _ASSERTE
  • Use of nativeoverlapped.h in the handle table for Overlapped I/O
  • Use of S_SIZE_T
  • Ref_InitializeHandleTableBucket making use of NewHolder

Final milestone of https://github.com/dotnet/coreclr/issues/11518.

cc @Maoni0 @sergiy-k @jkotas

@swgillespie swgillespie self-assigned this Nov 7, 2017
@davmason davmason assigned davmason and unassigned swgillespie Apr 3, 2018
@davmason
Copy link
Member

Fixed in dotnet/coreclr#17769

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@msftgits msftgits added this to the Future milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 19, 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

3 participants