From: | "Peter \"Firefly\" Lund" <firefly@diku.dk> |
Newsgroups: | comp.compilers |
Date: | 25 Jun 2003 00:54:45 -0400 |
Organization: | Department of Computer Science, University of Copenhagen |
References: | 03-05-211 03-06-015 03-06-054 03-06-057 03-06-078 |
Keywords: | storage, optimize |
Posted-Date: | 25 Jun 2003 00:54:45 EDT |
On Fri, 20 Jun 2003, Eric wrote:
> Instead, using these rules, the compiler can analyse code at compile
> time and statically work out the life-time of an object.
Region analysis, ML Kit.
http://www.it-c.dk/research/mlkit/
http://www.comp.nus.edu.sg/~cs6202/slides/12-regions.4.pdf
It has also been done for Java and Prolog.
http://citeseer.nj.nec.com/319724.html
http://www.diku.dk/topps/bibliography/1998.html#D-395
Then there is the Cyclone language from AT&T/Cornell which also
uses regions.
http://www.research.att.com/projects/cyclone/
-Peter
Return to the
comp.compilers page.
Search the
comp.compilers archives again.