|
|
|
|
|
by Ded7xSEoPKYNsDd
3251 days ago
|
|
Correct me if I'm wrong, but I think a compiler that doesn't do link-time-optimization has to assume that the _spinlock() function can write to mutexp (e.g. through a global variable), and therefore it cannot reorder anything around it. |
|