[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Java memory model
Date: Fri, 07 Dec 2001 13:14:38 -0500
From: Dan Sugalski <dan@sidhe.org>
Could you, perchance, post or point me at a summary of the things you
consider wrong about Java's memory model? I'd hate to make the same
mistakes with Parrot (though there's something to be said about making a
high-class set of mistakes... :).
I recommend that you consult Bill Pugh's web page on this topic:
http://www.cs.umd.edu/~pugh/java/memoryModel/
--Guy