This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Alignment problem with hashtable locks on PowerPC




On Thu, 15 Nov 2001, Boehm, Hans wrote:
> JVMs that use a compacting garbage collector don't really have much of a
> choice in this matter, since they need some extra header bits for hashcodes
> etc. anyway.  Thus usually you can find the space for a few synchronization
> bits in the second header word, and there is little point in not using it.
> Gcj has a choice.  Thus there's an opportunity for the experiment ...

Interesting.  Related to that I recently saw this discussion regarding
the flex compiler:

http://www.flex-compiler.lcs.mit.edu/Harpoon/hypermail/java-dev/0233.html

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]