Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it worth switching to IBM Jikes (java) compiler

I just read in some Liferay documentation that IBM's Jikes (java) compiler is faster and more descriptive with compile time errors.

I would like to know whether the community agrees, and whether the switch makes any noticeable improvement in your productivity.

like image 220
Ankur Avatar asked Jan 24 '23 16:01

Ankur


1 Answers

Jikes was very compelling in the JDK 1.3 days when the javac compiler was awe-inspiringly slow. In comparison, jikes was blindingly fast. Increasingly, however, the speed improvement is becoming less noticeable, to the point where I personally wouldn't bother any more.

like image 194
skaffman Avatar answered Jan 26 '23 04:01

skaffman