[webkit-dev] Compiling WebKit up to 25% faster in Windows?

Dirk Pranke dpranke at chromium.org
Tue Apr 16 17:13:57 PDT 2013


On Tue, Apr 16, 2013 at 3:58 PM, Brent Fulgham <bfulgham at gmail.com> wrote:

> Hi Daniel,
>
> I'm afraid I don't quite understand the nature of the change you are
> proposing:
>
> 1. Is it sufficient to supply the full path to the include files (e.g.,
> change "Foo.h" to "WebCore/html/Foo.h") to achieve these gains?
> 2. ... or ... is it sufficient to copy all header files to a common
> include target path (e.g., "$(BuildDir)/include") to achieve these gains?
>
> I understand that in either case, we would want to remove the various
> compiler include path directives so that there are fewer places for it to
> search.
>
>
I believe he's proposing the former -- (1) -- along with the necessary
changes to all the code generation scripts to do the right thing.

-- Dirk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20130416/d15af316/attachment.html>


More information about the webkit-dev mailing list