Re: Is this a new idea?

ryer@inmet.camb.inmet.com (Mike Ryer)
Tue, 3 Nov 1992 17:36:32 GMT

          From comp.compilers

Related articles
Is this a new idea? M.J.Landzaat@fel.tno.nl (1992-10-28)
Re: Is this a new idea? bazyar@csn.org (1992-10-31)
Re: Is this a new idea? clyde@hitech.com.au (1992-11-02)
Re: Is this a new idea? pcwu@csie.nctu.edu.tw (1992-11-03)
Re: Is this a new idea? ryer@inmet.camb.inmet.com (1992-11-03)
Re: Is this a new idea? byron@netapp.com (Byron Rakitzis) (1992-11-04)
Re: Is this a new idea? ttk@ucscb.UCSC.EDU (1992-11-04)
Re: Is this a new idea? dak@sq.sq.com (1992-11-04)
Re: Is this a new idea? dnl@macsch.com (1992-11-04)
Re: Is this a new idea? tmb@arollaidiap.ch (1992-11-06)
Re: Is this a new idea? henry@zoo.toronto.edu (1992-11-08)
[10 later articles]
| List of all articles for this month |

Newsgroups: comp.compilers
From: ryer@inmet.camb.inmet.com (Mike Ryer)
Organization: Intermetrics Inc, Cambridge MA
Date: Tue, 3 Nov 1992 17:36:32 GMT
References: 92-10-113
Keywords: performance

The "Artifacts" System developed under the DARPA ProtoTech (rapid
prototyping environments research) program does something similar.
Whenever you "commit" (save) a file, it automatically schedules background
jobs to create any derived files that it can. So, if you commit a Ada (or
C) source file, it schedules the compilation, and any pretty-printers,
metrics tools, or other facilities that produce derivatives of the source
file. It will do a link as well if dependencies allow it.


So this is not exactly what you asked for, but if you use lots of small
compilation units, it will have much the same effect.


Mike Ryer
Intermetrics, Inc.
--


Post a followup to this message

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