This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: #include_next and absolute pathnames
Geoff Keating <geoffk at geoffk dot org> writes:
> > Date: Mon, 3 Mar 2003 21:42:01 +0000
> > From: Neil Booth <neil at daikokuya dot co dot uk>
>
> > I'd love to hear what your include improvements are. I had plans based
> > on caching lookups, indexed by basename.
I forgot: if there's
> #include <sys/time.h>
then "sys/time.h" is looked up in the cache first, before looking for
"sys", and only if a candidate isn't found do we do the optimisation
involving subdirectories.
--
- Geoffrey Keating <geoffk at geoffk dot org>