webkit-patch suggest-reviewers -g 260550a6e30b7bf34f16bdb4a5396cf26264fc1c is very slow
Created attachment 72137 [details] Patch
Evan (or anyone else): if you have suggestions on how to make our git log codepath faster for Git.revisions_changing_file I'd love to hear them. :) http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitpy/common/checkout/scm.py#L676
Created attachment 72138 [details] Deploy @memoized to one more place
Comment on attachment 72138 [details] Deploy @memoized to one more place Mind -> blown
Comment on attachment 72138 [details] Deploy @memoized to one more place Clearing flags on attachment: 72138 Committed r70747: <http://trac.webkit.org/changeset/70747>
All reviewed patches have been landed. Closing bug.
"git", "log", "--pretty=format:%H", "-%s" % limit, "--", path is the same as git rev-list HEAD -- path | head -<limit> but I expect they have the same big-O