[Webkit-unassigned] [Bug 205032] New: Make incremental builds faster after modifying DisplayListItems.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 9 16:03:52 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=205032

            Bug ID: 205032
           Summary: Make incremental builds faster after modifying
                    DisplayListItems.h
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com

Touching DisplayListItems.h (typically for the purposes of adding or adjusting encoding/decoding logic) currently dirties DisplayList.h, which goes on to dirty a handful of other files in WebCore (which could grow in number in the near future).

Move a bit of logic around to minimize the number of files that need to be recompiled as a result of modifying this header.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191210/1ad1578d/attachment-0001.htm>


More information about the webkit-unassigned mailing list