Forgot your password?
typodupeerror

Comment Optimizing Java (Score 1) 29

Start by using a decent compiler, like jikes from IBM (GPLed). javac does not much for code optimization. Then use a VM with a decent JIT. Then learn java bytecode, so you can answer your questions by decompiling byte code. Then subscribe to the jdc, from Javasoft.

Slashdot Top Deals

Repel them. Repel them. Induce them to relinquish the spheroid. - Indiana University fans' chant for their perennially bad football team

Working...