modular-bitfield icon indicating copy to clipboard operation
modular-bitfield copied to clipboard

Atomics support

Open playXE opened this issue 3 years ago • 0 comments

It would be cool if bitfield loads and stores could also be atomic. For example, it is very usable in GC systems where object color might be encoded in 2 or 3 bits, and during parallel/concurrent collection these bits should be updated atomically.

playXE avatar Aug 06 '21 05:08 playXE