Bug 145353 - String.prototype.charCodeAt() should use StringView.
Summary: String.prototype.charCodeAt() should use StringView.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: Performance
Depends on:
Blocks:
 
Reported: 2015-05-23 16:27 PDT by Andreas Kling
Modified: 2015-05-26 11:57 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.15 KB, patch)
2015-05-23 16:29 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-05-23 16:27:02 PDT
String.prototype.charCodeAt() will currently reify substring JSStrings. Let's avoid that if we can.
Comment 1 Andreas Kling 2015-05-23 16:29:01 PDT
Created attachment 253653 [details]
Patch
Comment 2 WebKit Commit Bot 2015-05-26 11:56:58 PDT
Comment on attachment 253653 [details]
Patch

Clearing flags on attachment: 253653

Committed r184866: <http://trac.webkit.org/changeset/184866>
Comment 3 WebKit Commit Bot 2015-05-26 11:57:02 PDT
All reviewed patches have been landed.  Closing bug.