The trouble with volatile
Posted May 16, 2007 11:48 UTC (Wed) by
massimiliano (subscriber, #3048)
In reply to:
The trouble with volatile by mikov
Parent article:
The trouble with volatile
I want to open a big bracket here and mention that volatile in Java an entirely different beast and is much much more useful. According to the Java memory model, volatile actually has very useful guarantees for memory visibility. (Perhaps Linux should consider Java for the kernel :-)
Or C#... it seems that the
.NET platform is even more specific than Java in this sense :-)
(
Log in to post comments)