RESOLVED FIXED 146051
[JSC] jsSubstring() should have a fast path for 0..baseLength "substrings."
https://bugs.webkit.org/show_bug.cgi?id=146051
Summary [JSC] jsSubstring() should have a fast path for 0..baseLength "substrings."
Andreas Kling
Reported 2015-06-17 01:40:15 PDT
jsSubstring(exec, input, 0, input->length()) should just return input lol.
Attachments
Patch (1.31 KB, patch)
2015-06-17 01:41 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2015-06-17 01:41:39 PDT
WebKit Commit Bot
Comment 2 2015-06-17 11:54:55 PDT
Comment on attachment 255007 [details] Patch Clearing flags on attachment: 255007 Committed r185659: <http://trac.webkit.org/changeset/185659>
WebKit Commit Bot
Comment 3 2015-06-17 11:54:59 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.