The java hotspotTM server compiler

  • Authors:
  • Michael Paleczny;Christopher Vick;Cliff Click

  • Affiliations:
  • Sun Microsystems, Palo Alto, CA;Sun Microsystems, Palo Alto, CA;Sun Microsystems, Palo Alto, CA

  • Venue:
  • JVM'01 Proceedings of the 2001 Symposium on JavaTM Virtual Machine Research and Technology Symposium - Volume 1
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Java HotSpotTM Server Compiler achieves improved asymptotic performance through a combination of object-oriented and classical-compiler optimizations. Aggressive inlining using class-hierarchy analysis reduces function call overhead and provides opportunities for many compiler optimizations.