Instruction Scheduling in the Presence of Java's Runtime Exceptions

  • Authors:
  • Matthew Arnold;Michael Hsiao;Ulrich Kremer;Barbara G. Ryder

  • Affiliations:
  • -;-;-;-

  • Venue:
  • LCPC '99 Proceedings of the 12th International Workshop on Languages and Compilers for Parallel Computing
  • Year:
  • 1999

Quantified Score

Hi-index 0.01

Visualization

Abstract

One of the challenges present to a Java compiler is Java's frequent use of runtime exceptions. These exceptions affect performance directly by requiring explicit checks, as well as indirectly by restricting code movement in order to satisfy Java's precise exception model. Instruction scheduling is one transformation which is restricted by runtime exceptions since it relies heavily on reordering instructions to exploit maximum hardware performance. The goal of this study was to investigate the degree to which Java's runtime exceptions hinder instruction scheduling, and to find new techniques for allowing more effcient execution of Java programs containing runtime exceptions.