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: GCC 4.1: Buildable on GHz machines only?


>>>>> "Haren" == Haren Visavadia <themis_hv@yahoo.co.uk> writes:

Haren> You coulder consider just having GCJ inside GCC but
Haren> somehow get it to use GNU Classpath directly, this
Haren> would also reduce it needing to be re-sync with GNU
Haren> Classpath (which I beleive libgcj is based on it) and
Haren> allows you deliver a more up-to-date Java library to
Haren> people faster.

This isn't completely out of the question, but it looks pretty hard.
We'd have to make CNI work with the BC ABI (which we do hope to do),
and also probably solve some tricky library initialization problems.
We have a few divergences from Classpath that would require careful
justification before we would remove them.  There's also the question
of what it would cost us at runtime, and whether that tradeoff is
worthwhile.

If/when the CNI thing is fixed it should be possible to try some
experiments here.

Tom


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