Re: Incremental Compilation

Marat Boshernitsan <maratb@CS.Berkeley.EDU>
5 Nov 1999 01:27:06 -0500

          From comp.compilers

Related articles
Incremental compilation whatis@gnu.ai.mit.edu (1992-01-23)
Re: Incremental compilation preston@dawn.cs.rice.edu (1992-01-23)
Re: Incremental compilation wright@gefion.cs.rice.edu (1992-01-23)
Re: Incremental compilation ltd@netcom.netcom.com (1992-01-24)
Incremental Compilation shure@sd.co.il (Alexander Rozenman) (1999-11-02)
Re: Incremental Compilation xenophon@irtnog.org (Matthew Economou) (1999-11-03)
Re: Incremental Compilation maratb@CS.Berkeley.EDU (Marat Boshernitsan) (1999-11-05)
Re: Incremental Compilation bowdidge@apple.com (Robert Bowdidge) (1999-11-16)
Re: Incremental Compilation jsgray@acm.org.nospam (Jan Gray) (1999-11-25)
| List of all articles for this month |

From: Marat Boshernitsan <maratb@CS.Berkeley.EDU>
Newsgroups: comp.compilers
Date: 5 Nov 1999 01:27:06 -0500
Organization: University of California at Berkeley
References: 99-11-015
Keywords: incremental, bibliography

It all depends on the degree of incrementality you are looking for.
If you'd like to get incremental at the AST level, you might find
these references useful (I already mentioned them here a few times):


Tim A. Wagner. Practical Algorithms for Incremental Software Development
Environments Ph.D. Dissertation, Report No. UCB//CSD-97-946
http://sunsite.berkeley.edu:80/Dienst/UI/2.0/Describe/ncstrl.ucb%2fCSD-97-946?abstract=
(this one covers lexing and parsing)


William H. Maddox. Incremental Static Semantic Analysis
Ph.D. Dissertation, Report No. UCB//CSD-97-948
http://sunsite.berkeley.edu:80/Dienst/UI/2.0/Describe/ncstrl.ucb%2fCSD-97-948?abstract=
(this one is about semantics)


Sorry I don't have any leads for incremental optimizations and code
generation.


HTH,


Marat.


Alexander Rozenman <shure@sd.co.il> writes:
> I am looking for some sources about "Incremental Compilation".


Post a followup to this message

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