|
|
|
|
|
by chrisseaton
2585 days ago
|
|
> Frequently used for "lock free" synchronization, its usually actually worse than using locks If you want lock-free what do you suggest we use instead of volatile? > which is usually much worse than holding a lock mutex in registers How can you hold a mutex in a register? That doesn't make any sense. |
|
Lock free in Java is usually worse that what the JVM can pull off with lock elison