This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Java: fixes for -fno-assume-compiled
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org, <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 16 Dec 2002 09:05:50 -0500 (EST)
- Subject: Re: Java: fixes for -fno-assume-compiled
On Mon, 16 Dec 2002, Andrew Haley wrote:
> > ...it appears TYPE_CPOOL_DATA_REF also saves this value. If it is already
> > saved in a per-class structure, why bother with a global variable?
>
> I see. I guess we should delete the global variable altogether.
Oops. I should've done that in my patch.
> The patch is OK.
Thanks. Just the compiler patch, or runtime too? I was hoping Tom would
have time to look at the classloader changes.
In any event I'll wait until the merging settles down on mainline and run
another bootstrap before I commit.
Jeff