[Webkit-unassigned] [Bug 164648] Don't rebuild JS-builtins every time I build webcore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 11 07:06:29 PST 2016


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

--- Comment #5 from youenn fablet <youennf at gmail.com> ---
(In reply to comment #0)
> Every time I build WebCore all the JS-builtins get built. This takes ~10
> seconds, which is a waste of my time. Can we make them use normal dependency
> tracking?

JS webcore builtin generation is following jsc builtin generation: generate code in memory and update the source files if there is any change. Maybe JSC changed?

It seems strange that it takes 10 seconds given there is no compilation in most cases.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161211/bc76b110/attachment.html>


More information about the webkit-unassigned mailing list