Re: Compiler writers will love this language

"Peter \"Firefly\" Lund" <firefly@diku.dk>
25 Jun 2003 00:54:45 -0400

          From comp.compilers

Related articles
[11 earlier articles]
Re: Compiler writers will love this language ericmuttta@email.com (2003-06-20)
Re: Compiler writers will love this language torbenm@diku.dk (2003-06-20)
Re: Compiler writers will love this language d00-mla@nada.kth.se (Mikael 'Zayenz' Lagerkvist) (2003-06-22)
Re: Compiler writers will love this language mwotton@cse.unsw.edu.au (2003-06-22)
Re: Compiler writers will love this language dot@dotat.at (Tony Finch) (2003-06-25)
Re: Compiler writers will love this language lex@cc.gatech.edu (Lex Spoon) (2003-06-25)
Re: Compiler writers will love this language firefly@diku.dk (Peter \Firefly\Lund) (2003-06-25)
Re: Compiler writers will love this language joachim.durchholz@web.de (Joachim Durchholz) (2003-07-02)
Re: Compiler writers will love this language strohm@airmail.net (John R. Strohm) (2003-07-02)
Re: Compiler writers will love this language genew@mail.ocis.net (2003-07-02)
Re: Compiler writers will love this language ericmuttta@email.com (2003-07-02)
Re: Compiler writers will love this language mwotton@cse.unsw.edu.au (2003-07-03)
Re: Compiler writers will love this language nmm1@cus.cam.ac.uk (2003-07-04)
[4 later articles]
| List of all articles for this month |

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


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.