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

Also, we've noticed incompatiblity with Symantic's JIT on win32 using
jikes.  So we use jikes for dev and when we roll a production build, we
rebuild with javac.  Jikes may have fixed this ( I think I heard it has
to do with sloppy spec conformance on the part of Sun/Symantec ) but I
don't know for sure.  We're using jikes 0.47 and I think that's
outdated.

-- 
Justin Lee  | It's not the weight of the stone that's holding you down.
JEDI        | It's the way it fascinates your mind.  -- Tourniquet


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

Reply via email to