> > Even when using precompiled headers, .pch files can get pretty big,
> > and they must still be loaded,
>
> They do? Odd, on my platform, we only mmap them. If one
> doesn't touch them (and nothing else near them), they aren't
> loaded for me.
>
> > which takes time.
>
> mmap is fairly qu
> Normal compiles instantiate items as determined by the
> database. It is a known waste of compile time to not so
> instantiate such things, as we know they will be
> instantiated. So, the entire concept doesn't make much sense
> to me, unless you only are only interested in the speedup
> f