|
|
|
|
|
by ibraheemdev
294 days ago
|
|
I'm referring to the performance implications of the hardware instruction, not the programming language semantics. Incrementing or decrementing the reference count is going to require an RMW instruction, which is expensive on x86 regardless of the ordering. |
|