Skip to content

[Local GC] Local GC Feature Meta-Issue #8061

@swgillespie

Description

@swgillespie

This issue tracks all of the sub-issues related to Local GC on CoreCLR.

The current status of Local GC on CoreCLR:

  1. With the FEATURE_STANDALONE_GC feature define, the VM can build such that it is capable of loading and running a standalone GC.
  2. With the FEATURE_STANDALONE_GC_ONLY CMake feature define, the VM builds and links directly against a standalone GC.
  3. The GC currently does not link when built as a shared library, but is very close.

Here's the list of known work items for getting a standalone GC off the ground and running (required for bare-minimum functionality):

This will allow a standalone GC to link as a shared library. From there we can begin testing our basic GC scenarios.

More advanced GC functionality (and performance) work items, required for shipping this feature but not for basic functionality:

These issues are for CLR developer diagnostics only and are not necessary for feature correctness or performance:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions