[Webkit-unassigned] [Bug 32921] [GTK] Build time must be reduced

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 27 11:09:19 PST 2009


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


Gustavo Noronha (kov) <gns at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gns at gnome.org




--- Comment #7 from Gustavo Noronha (kov) <gns at gnome.org>  2009-12-27 11:09:17 PST ---
(In reply to comment #4)
> I dislike the last patch. It introduces a separate build system for debug
> builds and due to that shares all the problems of a separate build system,
> among them:
> - more code to manage
> - more bugs
> - different bugs
> - different behavior (think performance here)
> I also think that a debug build should not deviate from a default build too
> much. And my gut feeling says that the last patch does too much of this.

Kinda. It does not really introduce a separate build system. It just changes
how the linking happens. All the file lists are the same. About different
behavior: debug buils are already heavily different in behavior, specially
where performance is concerned. Having said that, I am also a bit uneasy about
introducing different linkage rules for Debug builds, but given the amount of
time it saves in incremental builds, I think it may be worth a try.

I plan to also get rid of the libWebCoreJS, and do something to
libJavaScriptCore - specially because we would like to have it shipping as a
separate library - and maybe that would give us the same amount of benefits,
regarding link time, but *shrug*.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list