Bug 132572 - Optimize PutByVal when subscript is a rope string.
Summary: Optimize PutByVal when subscript is a rope string.
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:
Depends on:
Blocks:
 
Reported: 2014-05-05 10:15 PDT by Andreas Kling
Modified: 2014-05-05 11:08 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.38 KB, patch)
2014-05-05 10:16 PDT, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2014-05-05 10:15:49 PDT
PutByVal with ropey string subscripts could be faster if we take advantage of the JSString::toAtomicString() optimization.
Comment 1 Andreas Kling 2014-05-05 10:16:26 PDT
Created attachment 230836 [details]
Patch
Comment 2 Andreas Kling 2014-05-05 11:08:54 PDT
Committed r168300: <http://trac.webkit.org/changeset/168300>