That would be consistent with Unix and is likely faster (worth measuring though).
It would also be nice to align implementations of write barriers. It appears the write barriers in NativeAOT for different platforms were implemented at different times and based on different prototypes. As a result the implementations, while being semantically the same, are very different. It would be nice to reconcile unnecessary differences.