Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Jikes is faster java compiler, what about to compile SC with them?

compiler faster Java jikes SC
0
Posted

Jikes is faster java compiler, what about to compile SC with them?

0

Jikes compiles faster, but faster is only execution of the compiler. Jikes do not generate code which runs faster than code generated by javac. Jikes can be downloaded from AlphaWorks IBM site for free. Source code for Jikes is available also. Jikes is written in C++. Some virtual machines has problems when running jikes compiled classes, using javac is recommended.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123