On Sat Sep 3 04:06:25 2022 +0000, Jinoh Kang wrote:
Are you sure that all Unices will issue a memory barrier on all
running threads of the process though? At least .NET seems to prefer that method on both Linux and macOS.
.NET core doesn't use that code path on macOS - `s_helperPage` is never initialized if `TARGET_OSX` is defined.