This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ 3.2 for Win32: Updated Snapshot
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: Tom Tromey <tromey at redhat dot com>, <java at gcc dot gnu dot org>
- Date: Fri, 13 Dec 2002 09:54:50 -0500 (EST)
- Subject: Re: GCJ 3.2 for Win32: Updated Snapshot
On Fri, 13 Dec 2002, Andrew Haley wrote:
> Jeff Sturm writes:
> > On 12 Dec 2002, Tom Tromey wrote:
> > > Jeff> That is what -fno-assume-compiled was for, as I understand it.
> > > Jeff> However it doesn't work at this time.
> > >
> > > I think it never worked.
> >
> > I looked at the code. I think it can be useful; see the example below.
> > Would you be interested in patches to make it work?
>
> I have some patches to make -fno-assume-compiled work. I certainly
> could send them along if there's interest.
As do I. I've rebuilt most of libgcj and several applications with
-fno-assume-compiled for testing.
One sticky problem is the unwind info. The Utf8Const+1 addressing gcj
uses to store its catch_type doesn't work well with PIC and the
PE_indirect encoding. Did you find a solution?
Jeff