Incorporating Intel® MMX$^{\rm TM}$ technology into a Java$^{\rm TM}$ JIT compiler$^{1}$

  • Authors:
  • Aart J. C. Bik;Milind Girkar;Mohammad R. Haghighat

  • Affiliations:
  • (Corresponding author) Micro-Computer Research Labs., Intel Corporation, 2200 Mission College Blvd. SC12-303, Santa Clara, CA 95052, USA E-mail: aart.bik@intel.com;Micro-Computer Research Labs., Intel Corporation, 2200 Mission College Blvd. SC12-303, Santa Clara, CA 95052, USA E-mail: aart.bik@intel.com;Micro-Computer Research Labs., Intel Corporation, 2200 Mission College Blvd. SC12-303, Santa Clara, CA 95052, USA E-mail: aart.bik@intel.com

  • Venue:
  • Scientific Programming
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

Intel ® MMX${}^{\rm TM}$ technology can be exploited by a Java${}^{\rm TM}$ JIT compiler to speedup the execution of integer operations. While translating bytecode into Intel machine code, the compiler identifies innermost loops that allow the same integer operations to be applied to multiple data elements in parallel and generates code that uses Intel ® MMX${}^{\rm TM}$ technology to execute these loops in SIMD fashion. In the context of JIT compilation, compile-time directly contributes to the run-time of the application. Therefore, limiting program analysis-time and synthesis-time is even more important than in a static compilation model. The compiler must also ensure that arithmetic precision and the exception handling semantics specified by the JVM are preserved.