This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [ecj] Patch: FYI: merge in generics
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew John Hughes <gnu_andrew at member dot fsf dot org>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 05 Jul 2006 09:48:51 -0600
- Subject: Re: [ecj] Patch: FYI: merge in generics
- References: <m3zmg4rl65.fsf@localhost.localdomain> <1151848886.29616.30.camel@localhost.localdomain>
- Reply-to: tromey at redhat dot com
>>>>> "Andrew" == Andrew John Hughes <gnu_andrew@member.fsf.org> writes:
Andrew> Is it still necessary for gcj to build Classpath in parts with
Andrew> ecj? It seems to be making ecj produce the same warnings over
Andrew> and over again, from what I can tell.
Yeah, and it is outrageously slow.
I'd like to build all at once but last time we did that we ran into
memory limitations on some platforms. Perhaps it ought to be a "go
really slow" option for older systems, though... building the library
in one go is ridiculously faster.
Also we should disable most warnings in the build. There's simply no
point to having them, for the most part they need to be fixed upstream
anyway. I haven't tested the warnings code yet.
Tom