|
|
|
|
|
by monocasa
1605 days ago
|
|
It doesn't work well for multithreaded applications because of the difference in memory model. It uses some heuristics to try and not issue memory barriers after each memory access, and sometimes gets it wrong at the expense of correctness. |
|