RESOLVED FIXED 81046
Improve filter-build-webkit, especially for iOS builds
https://bugs.webkit.org/show_bug.cgi?id=81046
Summary Improve filter-build-webkit, especially for iOS builds
Dean Jackson
Reported 2012-03-13 15:43:55 PDT
I'll collect the rules that are missing from fbwk here, and commit when we're happy. The first one: jsc: replacing existing signature
Attachments
Patch (5.05 KB, patch)
2014-01-15 14:12 PST, Dean Jackson
joepeck: review+
Dean Jackson
Comment 1 2012-03-19 15:15:32 PDT
This is producing some output: PhaseScriptExecution Copy WTF Headers For example: PhaseScriptExecution Copy WTF Headers building file list ... done ./ Stub.h config.h icu/ icu/unicode/ icu/unicode/parseerr.h icu/unicode/platform.h icu/unicode/putil.h icu/unicode/uchar.h icu/unicode/ucnv.h icu/unicode/ucnv_err.h icu/unicode/ucol.h icu/unicode/uconfig.h icu/unicode/uenum.h icu/unicode/uiter.h icu/unicode/uloc.h icu/unicode/umachine.h icu/unicode/unorm.h icu/unicode/urename.h icu/unicode/uscript.h icu/unicode/uset.h icu/unicode/ustring.h icu/unicode/utf.h icu/unicode/utf16.h icu/unicode/utf8.h icu/unicode/utf_old.h icu/unicode/utypes.h icu/unicode/uversion.h sent 614838 bytes received 588 bytes 1230852.00 bytes/sec total size is 613144 speedup is 1.00
Dean Jackson
Comment 2 2012-03-19 16:49:28 PDT
And when it runs again, you get something like this: PhaseScriptExecution Copy WTF Headers building file list ... done sent 4573 bytes received 20 bytes 9186.00 bytes/sec total size is 1208643 speedup is 263.15
Dean Jackson
Comment 3 2012-03-27 17:36:54 PDT
PhaseScriptExecution Generate Derived Sources /Developer/usr/bin/bison -d -p cssyy WebCore/css/CSSGrammar.y -o CSSGrammar.cpp /Developer/usr/bin/bison -d -p xpathyy WebCore/xml/XPathGrammar.y -o XPathGrammar.cpp
Dean Jackson
Comment 4 2014-01-15 14:09:21 PST
I'm not sure how many of these are still relevant, but I have a big update coming and I don't see nearly as much crappy output.
Dean Jackson
Comment 5 2014-01-15 14:12:58 PST
Joseph Pecoraro
Comment 6 2014-01-15 14:17:54 PST
Comment on attachment 221306 [details] Patch Looks good to me!
Dirk Schulze
Comment 7 2014-03-02 10:07:22 PST
Did that land?
Joseph Pecoraro
Comment 8 2014-03-03 11:48:40 PST
Joseph Pecoraro
Comment 9 2014-03-03 11:49:09 PST
Comment on attachment 221306 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=221306&action=review > Tools/Scripts/filter-build-webkit:147 > + $path =~ s/("|\\|\.[oah]$)//g; Though I would like to have the .o's back. Not sure about .a/.h.
Note You need to log in before you can comment on or make changes to this bug.