Bug 146051 - [JSC] jsSubstring() should have a fast path for 0..baseLength "substrings."
Summary: [JSC] jsSubstring() should have a fast path for 0..baseLength "substrings."
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 312.x
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: Performance
Depends on:
Blocks:
 
Reported: 2015-06-17 01:40 PDT by Andreas Kling
Modified: 2015-06-17 11:54 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.31 KB, patch)
2015-06-17 01:41 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2015-06-17 01:40:15 PDT
jsSubstring(exec, input, 0, input->length()) should just return input lol.
Comment 1 Andreas Kling 2015-06-17 01:41:39 PDT
Created attachment 255007 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2015-06-17 11:54:59 PDT
All reviewed patches have been landed.  Closing bug.