Bug 32951 - [bzt] Make the qt build go fast
Summary: [bzt] Make the qt build go fast
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-26 09:52 PST by Adam Barth
Modified: 2009-12-27 16:58 PST (History)
2 users (show)

See Also:


Attachments
Patch (987 bytes, patch)
2009-12-26 09:55 PST, Adam Barth
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2009-12-26 09:52:42 PST
[bzt] Make the qt build go fast
Comment 1 Adam Barth 2009-12-26 09:55:20 PST
Created attachment 45513 [details]
Patch
Comment 2 WebKit Review Bot 2009-12-26 10:02:02 PST
style-queue ran check-webkit-style on attachment 45513 [details] without any errors.
Comment 3 Eric Seidel (no email) 2009-12-26 22:47:31 PST
Comment on attachment 45513 [details]
Patch

Seems like we should consider making this dynamic.  We could discover the number of cores.

You should probably add a FIXME that this is a hack.
Comment 4 Adam Barth 2009-12-26 22:51:03 PST
Committed r52568: <http://trac.webkit.org/changeset/52568>
Comment 5 Daniel Bates 2009-12-27 11:03:08 PST
The associated unit test was not updated to reflect this change. So, it fails. See bug #32964.
Comment 6 Adam Barth 2009-12-27 16:58:42 PST
Ack!  Thanks for cleaning up after me Dan.