Experience in the design, implementation and use of a retargetable static binary translation framework

  • Authors:
  • Cristina Cifuentes;Mike Van Emmerik;Norman Ramsey;Brian Lewis

  • Affiliations:
  • Sun Microsystems Laboratories, Palo Alto, CA;The University of Queensland, Brisbane QLD, Australia;Division of Engineering and Applied Sciences, Harvard University, Cambridge, MA;Intel Microprocessor Research Labs and Sun Microsystems Laboratories, Palo Alto, CA

  • Venue:
  • Experience in the design, implementation and use of a retargetable static binary translation framework
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Binary translation, the process of translating binary executables, makes it possible to run code compiled for source (input) machine Ms on target (output) machine Mt. Unlike an interpreter or emulator, a binary translator makes it possible to approach the speed of native code on machine Mt. Translated code may still run slower than native code because low-level properties of machine Ms must often be modeled on machine Mt. The University of Queensland Binary Translation (UQBT) framework is a retargetable framework for experimenting with static binary translation on CISC and RISC machines. The system was built jointly by The University of Queensland and Sun Microsystems Laboratories in order to experiment with translations to and from different machines, to understand how to migrate applications from other UNIX®-based platforms to a (SPARC®, Solaris™) platform, and to experiment with translations from the current SPARC architecture to a future, not yet existing, version of the SPARC architecture. This paper describes the overall design and architecture of the UQBT framework, the goals for the project, the resulting framework, experiences with translations across different machines, and lessons learned.