>
> 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

Mike



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

Reply via email to