Bug 145353

Summary: String.prototype.charCodeAt() should use StringView.
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin
Priority: P2 Keywords: Performance
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Andreas Kling
Reported 2015-05-23 16:27:02 PDT
String.prototype.charCodeAt() will currently reify substring JSStrings. Let's avoid that if we can.
Attachments
Patch (2.15 KB, patch)
2015-05-23 16:29 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2015-05-23 16:29:01 PDT
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2015-05-26 11:57:02 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.