You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
57: Make GlobalAllocator allocation calls uncollectable r=ltratt a=jacob-hughes
The GlobalAllocator is responsible for allocating all objects which are
*not* managed by the GC, so we need to ensure that it doesn't try and
allocate them in the managed pool.
This is not currently possible for gc_malloc_precise due to limitations
in Boehm, so for now, it needs to be prevented.
Co-authored-by: Jake Hughes <[email protected]>
0 commit comments