Related articles |
---|
Optimization in compilers for functional languages rene@cs.rice.edu (1993-06-14) |
Re: Optimization in compilers for functional languages thiemann@modas.informatik.uni-tuebingen.de (1993-07-02) |
Newsgroups: | comp.compilers |
From: | thiemann@modas.informatik.uni-tuebingen.de (Peter Thiemann) |
Keywords: | optimize, functional, bibliography |
Organization: | Compilers Central |
References: | 93-06-041 |
Date: | Fri, 2 Jul 1993 12:17:03 GMT |
You should have a look at
@BOOK{Appel1992,
AUTHOR = {Andrew W. Appel},
TITLE = {Compiling with Continuations},
PUBLISHER = {Cambridge University Press},
YEAR = 1992
}
which deals with the optimized compilation of standard ML.
Also the two following phd theses deal with program analyses applicable to
strict and non-strict functional languages.
@PHDTHESIS{Gomard1991,
AUTHOR = {Carsten K. Gomard},
TITLE = {Program Analysis Matters},
SCHOOL = {DIKU, University of Copenhagen},
YEAR = 1991,
ADDRESS = {Denmark},
NOTE = {also DIKU Rapport 91/17}
}
@PHDTHESIS{Sestoft1991,
AUTHOR = {Peter Sestoft},
TITLE = {Analysis and Efficient Implementation of
Functional Programs},
SCHOOL = {DIKU, University of Copenhagen},
YEAR = 1991,
ADDRESS = {Denmark},
NOTE = {also DIKU Rapport }
}
--
Peter Thiemann, Wilhelm-Schickard-Institut, | Phone:x49 7071 29 5467
Sand 13, D-72076 Tuebingen, Germany | Fax: x49 7071 29 5958
Email: thiemann@informatik.uni-tuebingen.de
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.