Slashdot Mirror


User: philippelaporte

philippelaporte's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Optimizing Java on Optimizing Java? · · Score: 1

    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.