discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: non recursive makefiles


From: Alexander Malmberg
Subject: Re: non recursive makefiles
Date: Tue, 11 Jan 2005 20:17:33 +0100
User-agent: Mozilla Thunderbird 0.9 (X11/20041124)

Matt Rice wrote:
[snip]
or maybe gnustep only includes what is necessary in each file and it
takes longer to read the large pch file than to compile the necesary
headers

My guess is that this is what's happening. GNUstep (core) itself is pretty careful about only including the files that it really needs (a good thing, IMHO), so it becomes a matter of parsing a huge pch vs. parsing a small number of normal includes.

This doesn't mean that pch support is useless, though. Supporting it would mean that developers using GNUstep could just include AppKit.h without losing speed.

- Alexander Malmberg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]