|
Java Performance: Tips and Articles
- Performance on mobile devices or platforms with no JIT compiler
- These articles explain techniques you can use to gain performance on platforms that have no
JIT (Just in Time) Compiler. On such platforms, including many mobile devices, there can
be significant performance gains from reducing the number of bytecodes that the VM must inerpret.
Read more...
Unless otherwise stated, the Java programming articles and tutorials on this site are written by Neil Coffey.
Suggestions are always welcome if you wish to suggest topics for Java tutorials or programming articles,
or if you simply have a programming question that you would like to see answered on this site. Most topics
will be considered. But in particular, the site aims to provide tutorials and information on topics that
aren't well covered elsewhere, or on Java performance information that is poorly described or understood.
Suggestions may be made via the Javamex blog (see the site's front page for details).
Copyright © Javamex UK 2010. All rights reserved.
|