-
Notifications
You must be signed in to change notification settings - Fork 508
[CppCodeGen] Enable conservative GC #2033
Comments
Can Boehm GC be an option? |
Plugging in a Boehm GC is likely to be more work than enabling the conservative GC scanning for the GC that we have. |
@jkotas Great that you already have a GC that can enable conservative GC. |
So ... any update ? |
I think maintainers of corert should update their readme and issues,otherwise we don't know how the project going on,however,what we all know is,corert is still in ALPHA. |
The CppCodegen code generation backend of CoreRT is currently in a community supported mode. The reasons for that are explained here. We (Microsoft) do provide guidance, code reviews, and accept pull requests for it because we recognize the value of it for the .NET ecosystem, but we're not actively paid to work on CppCodegen for reasons explained in the linked comment. CppCodegen is making progress, but we don't have timelines or shipping dates. E.g. in January, a Samsung employee contributed reflection support for CppCodegen (#6700). The RyuJIT code generation backend (that generates native code for supported processors, as opposed to portable C++) in CoreRT is much more complete at this point. |
Remove artificially high GC budget for CppCodeGen and make conservative GC stack scanning work.
The text was updated successfully, but these errors were encountered: