This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Fibonacci and performance
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Subject: RE: Fibonacci and performance
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Fri, 27 Apr 2001 18:23:56 -0400 (EDT)
- cc: "'tromey at redhat dot com'" <tromey at redhat dot com>, Java Discuss List <java at gcc dot gnu dot org>
On Fri, 27 Apr 2001, Boehm, Hans wrote:
> I don't think the current
> code guarantees that if you see the initialization state to be
> JV_STATE_DONE, you will actually see all initializations. I suspect worse
> problems along these lines on Alpha.)
Good catch. It doesn't look right for Alpha multiprocessors, certainly.
Should this be in a PR?
Jeff