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: [ecj] Patch: FYI: merge in generics


>>>>> "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


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