Bug 87596 - String should be move enabled/optimized
Summary: String should be move enabled/optimized
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-27 13:41 PDT by Sam Weinig
Modified: 2012-05-29 16:47 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.66 KB, patch)
2012-05-29 13:24 PDT, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2012-05-27 13:41:43 PDT
For builds with rvalue references, WTF::String (and StringImpl) should be move enabled/optimized.
Comment 1 Anders Carlsson 2012-05-29 13:24:25 PDT
Created attachment 144609 [details]
Patch
Comment 2 Andreas Kling 2012-05-29 13:33:03 PDT
Comment on attachment 144609 [details]
Patch

Srsly cool! r=me
Comment 3 Anders Carlsson 2012-05-29 16:47:01 PDT
Committed r118859: <http://trac.webkit.org/changeset/118859>