Re: [webkit-dev] WebCore Build Times

2010-06-08 Thread Benbuck Nason
Hi,

For what it's worth I created all-in-one source files where they
didn't already exist (css, dom, editing, history, etc.), and was able to
drop my full rebuild time to a couple of minutes.

-Ben

On 6/8/2010 3:17 PM, Eric Seidel wrote:
 Has anyone spent any time trying to reduce the number of includes in
 WebCore?  I know we have:
 https://trac.webkit.org/browser/trunk/WebKitTools/Scripts/find-extra-includes
 
 But I feel like we still have way too many unnecessary includes.  I
 failed to find any tools for reducing build times or includes with my
 brief Google searching.  But perhaps others have looked into this
 problem for WebKit or other projects?
 
 On my Intel Core 2 Duo MBP a full build takes over 1 hour.  5 years
 ago, on my g4 laptop a full build took around 40m.  :(  We seem to be
 slowly moving in the wrong direction.
 
 -eric
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] multi-process always

2010-04-09 Thread Benbuck Nason

On 4/9/2010 9:06 AM, Darin Adler wrote:

The prototype works with both a threaded model and a multiple process model, 
chosen at runtime.


That's good to hear, because also there are some platforms where 
creating multiple user processes is not allowed.


-Benbuck
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev