Bug 129745

Summary: Tweak after r165109 to avoid extra copies
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

Description Anders Carlsson 2014-03-05 10:33:58 PST
Tweak after r165109 to avoid extra copies
Comment 1 Anders Carlsson 2014-03-05 10:36:04 PST
Created attachment 225891 [details]
Patch
Comment 2 Geoffrey Garen 2014-03-05 10:48:58 PST
Comment on attachment 225891 [details]
Patch

r=me
Comment 3 Anders Carlsson 2014-03-05 10:54:36 PST
Committed r165115: <http://trac.webkit.org/changeset/165115>
Comment 4 Darin Adler 2014-03-08 15:13:36 PST
This was very important. The copies were not just performance problems. They were correctness problems!