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]

Re: Precompiler headers


On Jan 13, 2000, Wolfgang Bangerth <Wolfgang.Bangerth@IWR.Uni-Heidelberg.De> wrote:

> Often many template classes are used, heavy use of STL, operator
> overloading, many inline functions, etc. As opposed to most projects
> coded in C, there is actually a lot of code in the headers, not only
> declarations, and the time needed for I/O is not dominant over
> processing.

For this kind of problem, the real solution, IMO, would be an
implementation of `export'ed templates.  But then, maybe an easy
implementation of this C++ feature can be obtained as a side-effect of
pre-compilation of headers...

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


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