Per the acquire/release proposal doc, we will implement a WT_RELEASE macro, which for ARM will utilize the STLR instruction. For all other platforms it will call WT_RELEASE_WRITE_WITH_BARRIER.
- has to be done after
-
WT-12170 Rename write barrier macros in WiredTiger
- Closed