Implementing lazy functional languages on stock hardware: the Spineless Tagless G-machine - Version 2.5 (1992)
Cached
Download Links
- [uran.informatik.uni-bonn.de]
- [www.research.microsoft.com]
- DBLP
Other Repositories/Bibliography
| Venue: | Journal of Functional Programming |
| Citations: | 180 - 19 self |
BibTeX
@ARTICLE{Jones92implementinglazy,
author = {Simon L. Peyton Jones},
title = {Implementing lazy functional languages on stock hardware: the Spineless Tagless G-machine - Version 2.5},
journal = {Journal of Functional Programming},
year = {1992},
volume = {2},
pages = {127--202}
}
Years of Citing Articles
OpenURL
Abstract
The Spineless Tagless G-machine is an abstract machine designed to support nonstrict higher-order functional languages. This presentation of the machine falls into three parts. Firstly, we give a general discussion of the design issues involved in implementing non-strict functional languages. Next, we present the STG language, an austere but recognisably-functional language, which as well as a denotational meaning has a well-defined operational semantics. The STG language is the "abstract machine code" for the Spineless Tagless G-machine. Lastly, we discuss the mapping of the STG language onto stock hardware. The success of an abstract machine model depends largely on how efficient this mapping can be made, though this topic is often relegated to a short section. Instead, we give a detailed discussion of the design issues and the choices we have made. Our principal target is the C language, treating the C compiler as a portable assembler. This paper is to appear in the Journal of Funct...







