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
* Remove secondary url for boehmgc
* Update boehmgc to 7.6.16
This is to get the fix for the GetThreadContext error on Windows.
ivmai/bdwgc@449eda0
* Disable parallel marking on Windows
Enabling parallel marking causes an error.
https://github.com/ivmai/bdwgc/blob/v7.6.16/win32_threads.c#L175
The reason this wasn't an issue before, is that in the version of bdwgc
that we were previously using, enable_parallel_mark didn't actually
have the intended effect. That was fixed in bdwgc 7.6.2.
ivmai/bdwgc@d66bd58
---------
Co-authored-by: tobil4sk <[email protected]>
0 commit comments