Adaptive Java optimisation using instance-based learning.

Shun Long,Michael F. P. O'Boyle
DOI: https://doi.org/10.1145/1006209.1006243
2004-01-01
Abstract:ABSTRACTThis paper describes a portable,machine learning-based approach to Java optimisation. This approach uses an instance-based learning scheme to select good transformations drawn from Pugh 's Unified Transformation Framework [11]. This approach was implemented and applied to a number of numerical Java benchmarks on two platforms. Using this scheme, we are able to gain over 70% of the performance improvement found when using an exhaustive iterative search of the best compiler optimisations. Thus we have a scheme that gives a high level of portable performance without any excessive compilations.
What problem does this paper attempt to address?