Dynamic compilation and performance measurement (IBM developerWorks)
[Posted December 22, 2004 by cook]
Brian Goetz
measures dynamically compiled Java performance on IBM developerWorks.
"
Writing and interpreting performance benchmarks for dynamically compiled languages, such as Java, is far more difficult than for statically compiled languages like C or C++. In this installment of Java theory and practice, Brian Goetz explores a few of the many ways in which dynamic compilation can complicate performance testing."
(
Log in to post comments)