Keith McGuigan | 15 Mar 17:53
Picon

Re: precompiled headers and includeDB*


Hi Tom,

tom fogal wrote:
> parsing a small number of includes wouldn't be that much
> slower (or maybe even faster) then just a read of one large precompiled
> header.  Unless most headers really need to get included in a
> significant portion of the JDK, which seems unlikely but possible.

It actually is the case that many, many headers get included in each source 
file.  Some are worse than others, of course, and this is aggravated by the fact 
that many headers files require other header files.

I believe that we could still get the precompiled header support without 
MakeDeps/includeDB (i.e, tradition includes), but there's a surprising amount of 
fondness for this system at this point.

--
- Keith


Gmane