RESOLVED FIXED 132572
Optimize PutByVal when subscript is a rope string.
https://bugs.webkit.org/show_bug.cgi?id=132572
Summary Optimize PutByVal when subscript is a rope string.
Andreas Kling
Reported 2014-05-05 10:15:49 PDT
PutByVal with ropey string subscripts could be faster if we take advantage of the JSString::toAtomicString() optimization.
Attachments
Patch (3.38 KB, patch)
2014-05-05 10:16 PDT, Andreas Kling
koivisto: review+
Andreas Kling
Comment 1 2014-05-05 10:16:26 PDT
Andreas Kling
Comment 2 2014-05-05 11:08:54 PDT
Note You need to log in before you can comment on or make changes to this bug.