[FOWM'24] What we learned from C++ atomics and memory model standardization

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 2024

ความคิดเห็น • 1

  • @harold2718
    @harold2718 8 หลายเดือนก่อน +1

    Showing benchmarks for SC *loads* is somewhat misleading as all of the cost for sequential consistency is in SC *stores* (especially on x86). (with the normal mapping anyway, the alternative mapping with expensive SC loads and cheap stores is theoretically possible)