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
[MERGE #5387@MikeHolman] don't create background allocators for OOP JIT
Merge pull request #5387 from MikeHolman:codegenclose
Aside from being useless, this can cause slowdown during NativeCodeGenerator::Close, since we call `DelayDeletingFunctionTable::Clear` when cleaning up the allocator, which is an expensive process that would otherwise be called from a background thread.
OS: 17334521
0 commit comments