Bug 146051

Summary: [JSC] jsSubstring() should have a fast path for 0..baseLength "substrings."
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2 Keywords: Performance
Version: 312.x   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.