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

Resurrect null GC. #1468

Draft
wants to merge 1 commit into
base: unity-2021.2-mbe-pre-upgrade
Choose a base branch
from

Conversation

joncham
Copy link
Member

@joncham joncham commented Jul 26, 2021

Ignore GC mode setting when using null gc.

Return TRUE to allow domain unload to proceed even with null GC.

Provide stub mono_unity_class_for_each

Initial work for per domain null gc with validation.

Build null gc by default on windows.

Implement fixed GC allocation using virtual memory.

Stub a few more methods for null gc.

Add stubs needed by validation logic

Add support for guard pages before and after allocations.

  • Should this pull request have release notes?
    • Yes
    • No
  • Do these changes need to be back ported?
    • Yes
    • No

Reviewers: please consider these questions as well! ❤️

Ignore GC mode setting when using null gc.

Return TRUE to allow domain unload to proceed even with null GC.

Provide stub mono_unity_class_for_each

Initial work for per domain null gc with validation.

Build null gc by default on windows.

Implement fixed GC allocation using virtual memory.

Stub a few more methods for null gc.

Add stubs needed by validation logic

Add support for guard pages before and after allocations.
@joncham joncham self-assigned this Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant