A transformation-based optimiser for Haskell (1998)
Cached
Download Links
- [www.cin.ufpe.br]
- [research.microsoft.com]
- DBLP
Other Repositories/Bibliography
by
Simon L. Peyton Jones
,
André L.M. Santos
| Venue: | SCIENCE OF COMPUTER PROGRAMMING |
| Citations: | 76 - 7 self |
BibTeX
@INPROCEEDINGS{Jones98atransformation-based,
author = {Simon L. Peyton Jones and André L.M. Santos},
title = {A transformation-based optimiser for Haskell},
booktitle = {SCIENCE OF COMPUTER PROGRAMMING},
year = {1998},
pages = {3--47},
publisher = {Elsevier North-Holland, Inc.}
}
Years of Citing Articles
OpenURL
Abstract
Many compilers do some of their work by means of correctness-preserving, and hopefully performance-improving, program transformations. The Glasgow Haskell Compiler (GHC) takes this idea of "compilation by transformation" as its war-cry, trying to express as much as possible of the compilation process in the form of program transformations.







