RESOLVED FIXED 72969
Array.toString always uses StringImpl::characters()
https://bugs.webkit.org/show_bug.cgi?id=72969
Summary Array.toString always uses StringImpl::characters()
Michael Saboff
Reported 2011-11-22 10:32:24 PST
arrayProtoFuncToString should determine the element's toString size and if all are 8 bit, then the results should be constructed as an 8 bit string.
Attachments
Patch (2.34 KB, patch)
2011-11-24 23:10 PST, Michael Saboff
fpizlo: review+
Michael Saboff
Comment 1 2011-11-24 23:10:06 PST
Filip Pizlo
Comment 2 2011-11-25 21:34:09 PST
Comment on attachment 116566 [details] Patch Can you put the performance effect in the ChangeLog (even if it's neutral).
Michael Saboff
Comment 3 2011-11-25 22:08:46 PST
Note You need to log in before you can comment on or make changes to this bug.