Bug 129745 - Tweak after r165109 to avoid extra copies
Summary: Tweak after r165109 to avoid extra copies
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-05 10:33 PST by Anders Carlsson
Modified: 2014-03-08 15:13 PST (History)
1 user (show)

See Also:


Attachments
Patch (3.48 KB, patch)
2014-03-05 10:36 PST, Anders Carlsson
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!