> > 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]
- Re: Working with many .java f... Moses DeJong
- Re: Working with many .java f... Riyad Kalla
- Re: Working with many .java f... Nelson Minar
- Re: Working with many .java f... Felix S Klock
- Re: Working with many .java f... Nelson Minar
- [OT] jikes [was headed OT: Re... Chris Abbey
- Re: [OT] jikes [was headed OT... Chris Kakris
- Re: [OT] jikes [was headed OT... Moses DeJong
- Re: [OT] jikes [was headed OT... Daniel Barclay
- Re: [OT] jikes [was headed OT... Nelson Minar
- Re: Working with many .java f... Michael Emmel
- Re: Working with many .java f... Justin Lee
- Re: Working with many .java f... Ugo Cei
- Re: Working with many .java f... Moses DeJong
- Re: Working with many .java f... Paolo Ciccone
- Working with many .java files... Kontorotsui
- Re: Working with many .java f... alx
- Re: Working with many .java f... Kristian Soerensen
- Re:Jrun on linux and apachie? Steve Nguyen