From: pavenis AT lanet DOT lv To: Kalum Somaratna aka Grendel , djgpp AT delorie DOT com Date: Fri, 17 Mar 2000 10:52:48 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: precompiled headers and djgpp Message-ID: <38D20E80.21945.3A44B7@localhost> References: <200003150713 DOT MAA00755 AT midpec DOT com> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com On 17 Mar 2000, at 7:59, Kalum Somaratna aka Grendel wrote: > On Wed, 15 Mar 2000, Prashant TR wrote: > > > Eli Zaretskii writes: > > > > > Do you have any problems with GCC compilation speed? It takes a few > > > seconds on any mildly modern CPU (unless you compile a 10,000-line > > > source file), so how much can be gained by storing precompiled header > > > files, anyway? > > > > And what's more annoying about pre-compiled headers is that they take up > > huge amount of space usually. > > True, but IMHO precompiled headers are a absolute neccesity when it come > to programming windoze apps with C, as I am sure that no one would want to > wait for another fifteen seconds for the header files to be included after > just adding a new line of code and compiling :-) Precompiled headers could be available not earlier than they will be supported in GCC (if that will happen). As far as I remeber there were related discussions in GCC mailing lists. See gcc mailing list archives http://gcc.gnu.org/lists.html for more details Andris