Open
Description
It looks like _Atomic
can be supported by simply using the @atomic
macro: https://docs.julialang.org/en/v1/manual/multi-threading/#man-atomics
Need to study the memory model carefully to make sure both Julia's representation and C/C++'s representation are compatible.
Activity