This is the mail archive of the java@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: FYI: submitted ecj patch upstream


Andrew Pinski wrote:
I like the idea of checking in the .class files (perhaps in the form a a jar file) and CNI headers.

If we are going to do that, what about a 4 stage bootstrap or so which just compiles ecj to native also at the same time.

You would not need an extra stage. Just build libgcj and ecj earlier in the bootstrap (in stage1 and/or stage2) so that stage3 would be built with the bootstrapped ecj.


As far as computational resourses needed to bootstrap go, the result would be similar or perhaps greater than a stage4

David Daney


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