This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: query reg. gcc


Deepak Soi <sdeepak@cadence.com> writes:

>     I have a query regarding the use of gnu compiler gcc .

This question would probably be more appropriate for the gcc-help
mailing list.

> I know about pre-compiling the headers, but anything else
> than that which is possible,will be great????

Well, what is wrong with pre-compiling the headers?  It sounds like
precisely what you are asking for.

The extra time is probably not the time required to locate and read
the header file, which is all that would be helped by a simple header
file cache.  The extra time is most likely the time required to
compile the header files.  Saving that time is precisely why
pre-compiled headers were introduced.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]