Related articles |
---|
how to increase compilation performance genshirt@modicon.de (Thomas Gänshirt) (1999-02-05) |
Re: how to increase compilation performance rweaver@ix.netcom.com (1999-02-07) |
Re: how to increase compilation performance cbrtjr@ix.netcom.com (Charles E. Bortle, Jr.) (1999-02-10) |
Re: how to increase compilation performance cbrtjr@ix.netcom.com (Charles.E.Bortle@dfw-ixnews9.ix.netcom.com,Jr.) (1999-02-12) |
Re: how to increase compilation performance stephenb@harlequin.co.uk (Stephen J Bevan) (1999-02-15) |
From: | "Charles E. Bortle, Jr." <cbrtjr@ix.netcom.com> |
Newsgroups: | comp.compilers |
Date: | 10 Feb 1999 16:03:47 -0500 |
Organization: | Netcom |
References: | 99-02-027 |
Keywords: | performance, comment |
"Thomas Gänshirt" <genshirt@modicon.de> wrote:
>I have implemented a compiler for ST/IL running on an automation
>system. Now I have the job to make the compiler as fast as possible
>for the case, that a programmer changes his source only "a little". An
>idea was to split the source into small pages and only to rebuild the
>modified and affected ones.
>
>Does anybody of you has experience with incremental compilers? Or can
>you recommend any information sources? I tried to make a design, but
>it seems quite complicated to find out, which fragments of the source
>have to be recompiled.
Hello Thomas,
You might have a look at the book Writing Interactive Compilers And
Interpreters, by P.J. Brown, John Wiley & Sons, 1979, ISBN 0 471 27609
X. Brown discusses incremental compilers.
Charles
[I'd love to get a copy of that book. It's long out of print. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.