Mark J. Wielaard Diary

Posts from November, 2004

Summit presentation and workshop

November 30th, 2004 at 09:11
Permalink | Trackback | Links In |
No Comments

Published the GNU Classpath presentation and the Free Software Community, GPL, Compromising, Trust and Control workshop slides that we used in Boston.

GCC 4.0

November 30th, 2004 at 09:11
Permalink | Trackback | Links In |
No Comments

Been playing with the CVS version of GCC (which will become GCC 4.0 - note to self, update the libgcj portion with all the GNU Classpath updates that have gone in) and the result is stunning! Tom Tromey had shown how to create a pre-compiled version of Eclipse 3.0. It is really easy now to pre-compile anything (the pain is compiling RHUG first, but the work on GNU JAXP will make this a lot easier.)

I have been using gcj precompiled Eclipse with kaffe as JRE to see how easy it would be to mix and match running with a native gcj Eclipse version and using some other runtime as execution engine for the created programs. That works just fine. (There is also a gcjbuilder Eclipse plugin that integrates the native GCJ compiler within Eclipse build infrastructure.) I had never been very impressed by Eclipse since I had only ran it with interpreters till now and then it feels a bit sluggish. But this thing is fast! Startup is under 10 seconds (even with multiple projects open). Importing GNU Classpath (and building it all) just takes seconds. Editing feels smooth and autocompletion works instantly.

Now that some of the other runtimes have also been able to work with this large program it will be fun to see how quickly we can shake out all the bugs. Then we must follow the lead of the Debian hackers and build the whole thing from source!

Back

November 23rd, 2004 at 13:11
Permalink | Trackback | Links In |
No Comments

Back from the summit in Boston. Will post an overview soon. For now take a look at the picture plus writeup of Richard Li (one of the ACS/RedHat CMS people).

The Eclipse Tipping Point?

November 6th, 2004 at 00:11
Permalink | Trackback | Links In |
No Comments

Apparently everybody but me had seen the discussion on GCJ, Native Java Compilation and Eclipse by David Orme. It is an interesting read. And it is good to see others are also dreaming of the same kind of future we are working on. The only piece missing in this story seems to be java-gnome which I think is the real “lynchpin” to be honest. Using Eclipse as IDE to create new free software with gcj build around native java-gnome applications (with glade for example) seems like a winner to me.