Per the acquire/release proposal doc, we will implement a WT_ACQUIRE macro, which for ARM will utilize the LDAPR instruction. For all other platforms it will call WT_ACQUIRE_READ_WITH_BARRIER.
- has to be done after
-
WT-12167 Rename read barrier macros in WiredTiger
- Closed