fl42v@lemmy.ml to Programmer Humor@programming.dev · 1 year agoYou can certainly change it. But should you?lemmy.mlimagemessage-square60fedilinkarrow-up1544arrow-down18
arrow-up1536arrow-down1imageYou can certainly change it. But should you?lemmy.mlfl42v@lemmy.ml to Programmer Humor@programming.dev · 1 year agomessage-square60fedilink
minus-squareblackstrat@lemmy.fwgx.uklinkfedilinkarrow-up4·1 year agoVolatile means that the value should be read each time its accessed. It can’t be cached in a register or the read be otherwise assumed and optimized away or the instructions around its access be reordered.
Volatile means that the value should be read each time its accessed. It can’t be cached in a register or the read be otherwise assumed and optimized away or the instructions around its access be reordered.