$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-02-11 01:19:17
David Abrahams wrote:
> Vladimir Prus <ghost_at_[hidden]> writes:
>
>
>>>:-). Now you can apply the header cache and move the hotspot back
>>>into our code. ;-)
>>
>>Actually, *our* code which deals with scanning is hotspot. There must be
>>some obvious inefficiencies.
>
>
> If you mean the code which processes the #include... lines, using the
> header cache, it would be called much less.
Do you mean that the same file is scanned several times in common setting? Why?
- Volodya