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
[1.10>master] [MERGE #5536@rajatd] Handle failure to reserve pre-reserved section when initializing server thread context. OS#15209418
Merge pull request #5536 from rajatd:prereserved
If we failed to reserve memory for the pre-reserved section when initializing the jit server thread context, when the jit process does the reservation, the client process has no way of knowing the start address of the pre-reserved section.
Instead, don't try to allocate memory for jitted code in pre-reserved section if we couldn't reserve when initializing server thread context
0 commit comments