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

Commits on Jul 26, 2021

  1. Resurrect null GC.

    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 committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    cff695d View commit details
    Browse the repository at this point in the history