Publication - The Design of an Emulator for a Parallel Machine Language

Authors: Lesser, Victor
Title: The Design of an Emulator for a Parallel Machine Language
Abstract: A paradigm is developed for structuring a complex emulator operating in a parallel hardware environment. This paradigm is based on the view that a complex emulator is best structured as of a set of microprocesses, each performing a small independent task, that interact in a closely-coupled manner. This is in contrast to the conventional method of structuring an emulator as a set of subroutines with a sequential flow of control among them. The design of an emulator for a parallel machine language (i.e. Adam's Graph Machine Language) using the new paradigm is discussed in detail, including the dynamic execution characteristics of the emulator in a parallel hardware environment. The analysis indicates that, given an appropriate microcomputer architecture, this structuring allows an emulator for a parallel machine language to be naturally and compactly coded and to fully map parallelism at the emulated machine language level into parallelism at the hardware level. In particular, it has been shown that an emulator can be structured so as to utilize well more than sixteen identical microprocessors. In addition, the emulator uses the idea of tailoring an emulator's control structure both to the emulated machine language and dynamically to the specific program being emulated.
Publication: Proceedings of the meeting on SIGPLAN/SIGMICRO Interface, pp. 23 - 36
Location: Harriman, NY
Publisher: ACM Press
Date: 1974
Sources: PDF: /Documents/lesser/sigplan-sigmicro74.pdf
Notes: Also publiched in ACM SIGPLAN Notices, Volume 9 , Issue 8 (August 1974).
Reference: Lesser, Victor. The Design of an Emulator for a Parallel Machine Language. Proceedings of the meeting on SIGPLAN/SIGMICRO Interface, ACM Press, pp. 23-36. 1974. Also publiched in ACM SIGPLAN Notices, Volume 9 , Issue 8 (August 1974).
bibtex:
@article{Lesser-264,
  author    = "Victor Lesser",
  title     = "{The Design of an Emulator for a Parallel Machine
               Language}",
  journal   = "Proceedings of the meeting on SIGPLAN/SIGMICRO
               Interface",
  publisher = "ACM Press",
  pages     = "23-36",
  year      = "1974",
  address   = "Harriman, NY",
  url       = "http://mas.cs.umass.edu/paper/264",
}