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: Patch: replace mutex with object synchronization


On 19 Apr 2004, Tom Tromey wrote:
> It would be very convenient for development to be able to point libgcj
> at an unmodified copy of Classpath (and have just a few core classes
> come pre-compiled).  I don't expect anybody will seriously pursue
> this, unfortunately.

That's a very cool idea, practical or not.  C++ users have the option of
linking to a minimal libsupc++ if they don't need the standard library.
Why not have a similar option for gcj.

There could also be some merit in having a compiler testsuite for gcj
independent of libgcj, with a minimal runtime, similar to other frontends.
I suspect more GCC developers would test Java if they didn't have to build
all of libgcj.

Jeff


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