[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:22:10 PDT 2020


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

--- Comment #6 from Keith Rollin <krollin at apple.com> ---
(In reply to Darin Adler from comment #4)
> 
> Keith, do you understand what this could be?

Not off the top of my head. Andy says that the time is spent in generate-derived-sources.sh. The xcfilelist checking process invokes this script to run `make -f DerivedSources.make -d` so that it can capture the dependency information. There's not much to the script other than invoking `make` so I'd think all the time would be spent in `make`. I wonder if there's something weird about your changes and in invoking `make` with the -d option (which is what dumps the dependency information). Could `make` now be dumping tons of information?

-- 
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/a13f69e6/attachment.htm>


More information about the webkit-unassigned mailing list