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
* Use memory-model-aware builtins in GCC and Clang when a memory
location may be written by one thread and read by another, avoiding
race conditions due to out-of-order updates on ARM.
* Call dylan_make_wrappers while the test is still single-threaded,
preventing multiple threads from racing to call it.
* Prevent dylan_init from creating a padding object, as we must not
have an exact root pointing at a padding object.
0 commit comments