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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 24 11:54:26 PST 2009


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

           Summary: [GTK] Build time must be reduced
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gns at gnome.org
                CC: xan.lopez at gmail.com


Created an attachment (id=45470)
 --> (https://bugs.webkit.org/attachment.cgi?id=45470)
Fix warning during generation of DocTypeStrings.cpp

During the hackfest we explored a bunch of strategies to make the build take
less time, specially when doing incremental builds after touching a small
number of files. We should push some proper changes implementing some of the
ideas without breaking the build system =). My proposal is to make two changes:

1. adopt Evan Martin's awesome idea of linking all files only once, at the end,
for release builds
2. make debug builds be many small shared libraries, to guarantee small build
times when touching some files only

I am posting patches that implement both. The first patch is actually a build
fix for a gperf call that doesn't add the appropriate include. I am not marking
the patches for review as of yet - I would like people to test them/agree to
the changes before posting proper patches.

-- 
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