Michael Emmel wrote:
> >
> > We use make to great advantage.  Our system has ~1000 java files and
> > make reduces compile time dramatically.  ( We use jikes, too, so that
> > helps. )  Using production rules, make will only compile a java file
> > when the timestamp on the .java file is later than the timestamp on the
> > .class.
> >
> 
> I compiled some code with jikes ans a normally do then with thek jdk1.2
compilier
> I noticed that the code ran visibly faster with javac has anyone else seen
this ??
> It seems javac is a much better optimizing compiler.
> 
> I like jikes for development but javac seems to be a better production
compiler

Interesting. That raises a point of curiosity for me.

There's a GPL'd compiler, Kopi (http://www.dms.at/kjc/), that Kaffe is
apparently considering adopting. I've played with it a little... seems to run
faster than javac. Kopi puts some effort into optimization, and I'm curious if
anyone has tried it and has opinions.

Nathan


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to