Bug 72969

Summary: Array.toString always uses StringImpl::characters()
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 72968    
Bug Blocks:    
Attachments:
Description Flags
Patch fpizlo: review+

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.