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
So my check is a sanity check to ensure that thread-local variables are all zeroes.
I technically only rely on this only for my background Weave experimental API
--gc:boehm does indeed imply --tlsEmulation:on, this was a bugfix as Boehm apparently doesn't consider roots inside thread-local storage. However, this is likely to be platform specific...
Hello,
is it possible to use Weave with gc Boehm? I wrote this simple program:
Unfortunately I get this error when compiling with Boehm GC with more than 8 threads:
Am I doing something wrong or does the boehm gc not work with weave?
Thank you in advance.
The text was updated successfully, but these errors were encountered: