Andrew John Hughes wrote:
-------- Forwarded Message --------
From: Per Bothner <[EMAIL PROTECTED]>
To: GCC Mailing List <gcc@gcc.gnu.org>, [EMAIL PROTECTED]
Subject: Re: GCC SC request about ecj
Date: Fri, 02 Jun 2006 10:59:58 -0700
Richard stallman write last night:
I agree to the use of the Eclipse front end to generate
Java byte codes.
Note this does not mean importing Eclispe code into the gcc source or
release tree. We need to decide on a practical way to have people
grab a compatible version of ecj.
From the above e-mail, it looks as if gcj will shortly be linking in ecj
as its front end. With this, gcj will be able to handle 1.5 constructs.
Depends what you mean by "linking". The plan is for the gcj "driver"
to invoke "ecj" as a separate program, instead of currently invoking
"jc1". When compiling source to native, it would invoke ecj followed
by jc1.
I.e. ecj is not going to be linked into the same executable as other
applications, though of course it will normally be linked in with libgcj
or some other Free Classpath-base Java run-time. (For bootstrapping,
people can use any working java.)
--
--Per Bothner
[EMAIL PROTECTED] http://per.bothner.com/