Hacker News new | ask | show | jobs
by gpderetta 3200 days ago
wouldn't you need acquire/release barriers around your load and stores of your token (or alternatively acq/rel load/stores)? Otherwise your other operations won't be ordered with regard the epoch marked by the token.