EM_intermediate_language

EM intermediate language

EM intermediate language

Add article description


The EM intermediate language is a family of intermediate languages created to facilitate the production of portable compilers. The language's specifications were created by Andrew Tanenbaum, Hans van Staveren, Ed G. Keizer, Johan W. Stevenson and they were implemented in the Amsterdam Compiler Kit (ACK).

Unlike the GNU Compiler Collection's (GCC) intermediate language, EM is a real programming language and could be implemented in hardware; a number of the language front-ends have libraries implemented in EM assembly language. EM is a relatively high-level stack-based machine, and one of the tools supplied with ACK is an interpreter able to execute EM binaries directly, with a high degree of safety checking.

References

  • "The EM intermediate code format & virtual machine" (PDF).
  • "The EM intermediate language interpreter" (PDF).
  • "The intermediate language EM optimiser" (PDF).



Share this article:

This article uses material from the Wikipedia article EM_intermediate_language, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.