Re: speeding up compile times in C++

glwinter@infi.net (Guy L. Winterbotham)
Sun, 29 Jan 1995 03:06:41 GMT

          From comp.compilers

Related articles
speeding up compile times in C++ amichail@cs.toronto.edu (1995-01-26)
Re: speeding up compile times in C++ thutt@clark.net (1995-01-26)
Re: speeding up compile times in C++ glwinter@infi.net (1995-01-29)
Re: speeding up compile times in C++ shankar@sgi.com (1995-02-02)
Re: speeding up compile times in C++ glasss@ncp.gpt.co.uk (Steve Glass) (1995-02-03)
Re: speeding up compile times in C++ thutt@clark.net (1995-02-04)
Re: speeding up compile times in C++ rfg@rahul.net (Ronald F. Guilmette) (1995-02-04)
Re: speeding up compile times in C++ imp@boulder.openware.com (1995-02-06)
Re: speeding up compile times in C++ green@vizbiz.com (Anthony T. Green) (1995-02-06)
[2 later articles]
| List of all articles for this month |

Newsgroups: comp.compilers
From: glwinter@infi.net (Guy L. Winterbotham)
Keywords: C++, performance
Organization: Compilers Central
References: 95-01-073
Date: Sun, 29 Jan 1995 03:06:41 GMT

amichail@cs.toronto.edu (Amir Michail) says:
>Would this idea work? Would it improve compilation times?


For a commercial slant on this idea look at Borland C++ which makes use
of precompiled headers. As long as you can keep the .h files needed
by your project to a known set it makes a hugh difference to compile
time.
glwinter@infi.net
--


Post a followup to this message

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