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: A first...


>>>>> "Franco" == Franco Catrin L <fcatrin@tuxpan.cl> writes:

>> It's pretty easy - I just built one.  Startup time is almost
>> instantaneous, and it's using 15MB, most of which is shared.

Franco> That's really god considering that most of it is shared.  So,
Franco> launching another gcj compiled application will just increase
Franco> this use a _bit_ more?

Yes.  When you compile your Java code to a .so, the executable code is
shared among all the processes that use it.  This is an important
benefit of gcj.

>> I believe the license (CPL 1.0) is liberal enough for inclusion in a
>> free Linux distro.  

Franco> Perfect, and what about Eclipse?

We have RPMs for it.  When they will be released, and what product
they'll be put in, is still under discussion.

Currently we don't compile Eclipse with gcj.  I've been looking at
that a bit lately, but I don't have anything to report yet.  It is
pretty complex.  Currently it looks like we'll need to modify Eclipse
to make it fully work.

Tom


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