Re: [webkit-dev] Some compile time data

2011-04-26 Thread Adam Roben
On Apr 26, 2011, at 1:30 PM, David Kilzer wrote: > On Apr 25, 2011, at 4:59 PM, Stephanie Lewis wrote: > >> One point brought up during the compile time discussion today was that if >> you pulled once a day, you were likely to have rebuild the world. I thought >> it would be interesting to see

Re: [webkit-dev] Some compile time data

2011-04-26 Thread David Kilzer
On Apr 25, 2011, at 4:59 PM, Stephanie Lewis wrote: > One point brought up during the compile time discussion today was that if you > pulled once a day, you were likely to have rebuild the world. I thought it > would be interesting to see which files were contributing to rebuilding the > world

Re: [webkit-dev] Some compile time data

2011-04-25 Thread Mihai Parparita
Somewhat related to all this, if you'd like to keep an eye on your Xcode build times, you can use: $ defaults write com.apple.Xcode ShowBuildOperationDuration YES To have the build time show up in the status bar (at least with Xcode 3.x). Mihai On Mon, Apr 25, 2011 at 7:51 PM, Alexey Proskuryak

Re: [webkit-dev] Some compile time data

2011-04-25 Thread Alexey Proskuryakov
25.04.2011, в 16:59, Stephanie Lewis написал(а): > 12/trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm One way this can be optimized is by avoiding touching unchanged files. I believe that most of the time, modifications to the code generator don't change a lot of generated files.

[webkit-dev] Some compile time data

2011-04-25 Thread Stephanie Lewis
One point brought up during the compile time discussion today was that if you pulled once a day, you were likely to have rebuild the world. I thought it would be interesting to see which files were contributing to rebuilding the world the most often. Using the data provided by Mihai at http:/