Towards a multiple-ISA embedded system

  • Authors:
  • Jair Fajardo, Jr.;Mateus B. Rutzig;Luigi Carro;Antonio C. S. Beck

  • Affiliations:
  • Universidade Federal do Rio Grande do Sul, Instituto de Informática, Porto Alegre, RS, Brazil;Universidade Federal do Rio Grande do Sul, Instituto de Informática, Porto Alegre, RS, Brazil;Universidade Federal do Rio Grande do Sul, Instituto de Informática, Porto Alegre, RS, Brazil;Universidade Federal do Rio Grande do Sul, Instituto de Informática, Porto Alegre, RS, Brazil

  • Venue:
  • Journal of Systems Architecture: the EUROMICRO Journal
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

In these days, every new added hardware feature must not change the underlying Instruction Set Architecture (ISA), in order to avoid adaptation or recompilation of existing code. Binary translation (BT) allows the execution of already compiled applications on different architectures. Therefore, it opens new possibilities for designers, previously tied to a specific ISA and all its legacy hardware issues. To overcome the BT inherent performance penalty, we propose a new mechanism based on a dynamic two-level binary translation system. While the first level is responsible for the BT de facto to an intermediate machine language, the second level optimizes the already translated instructions to be executed on the target architecture. The system is totally flexible: it supports the porting of radically different ISAs and the employment of different target architectures. This paper presents the first effort towards this direction: it translates code implemented in the x86 ISA to MIPS assembly (the intermediate language), which will be optimized by the target architecture: a dynamically reconfigurable array. We show that it is possible to maintain binary compatibility, with performance improvements and no energy losses, when compared to native execution.