Patch forthcoming.
Created attachment 235268 [details] work in progress I accidentally wrote this against trunk. It passes tests but I haven't checked performance. I'll rebase it onto the branch and do performance testing there.
Created attachment 235338 [details] the patch
Comment on attachment 235338 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=235338&action=review > Source/JavaScriptCore/dfg/DFGUseKind.cpp:42 > - break; > + return; i kind of wish the s/break/return/ change was separate but not enough to r- or anything :)
Landed in http://trac.webkit.org/changeset/171389