[webkit-reviews] review granted: [Bug 58544] Don't emit RegExp tables for chromium where they are not used : [Attachment 89583] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 08:16:57 PDT 2011


Anders Carlsson <andersca at apple.com> has granted Satish Sampath
<satish at chromium.org>'s request for review:
Bug 58544: Don't emit RegExp tables for chromium where they are not used
https://bugs.webkit.org/show_bug.cgi?id=58544

Attachment 89583: Patch
https://bugs.webkit.org/attachment.cgi?id=89583&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=89583&action=review

> Source/JavaScriptCore/create_regex_tables:38
> +emitTables = (len(sys.argv) < 2 or sys.argv[1] != "--notables")

Could we call this --no-tables instead?


More information about the webkit-reviews mailing list