[Webkit-unassigned] [Bug 212500] REGRESSION (r262245): WebCore's "Check .xcfilelists" build phase is ~100x slower

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 29 10:40:25 PDT 2020


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

--- Comment #8 from Darin Adler <darin at apple.com> ---
It’s possible that make now knows about a lot more dependencies, so the output of "make -d" is much bigger, and either make itself is slow, or the code to process it is slow when there's a lot of data.

It’s possible the invocation of "make -d" is not passing the same environment variables that generate-derived-sources.sh is, leading to something particularly slow.

But neither of those things seems particularly likely. I think we have a mystery.

-- 
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/20200529/00c752f0/attachment.htm>


More information about the webkit-unassigned mailing list