Bug 131735 - Make Vector::takeLast work with move-only types (and optimize for types where move is faster)
Summary: Make Vector::takeLast work with move-only types (and optimize for types where...
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: Darin Adler
URL:
Keywords:
Depends on:
Blocks: 131784
  Show dependency treegraph
 
Reported: 2014-04-16 09:30 PDT by Darin Adler
Modified: 2019-01-15 17:11 PST (History)
3 users (show)

See Also:


Attachments
Patch (8.73 KB, patch)
2014-04-16 09:31 PDT, Darin Adler
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2014-04-16 09:30:18 PDT
Make Vector::takeLast work with move-only types (and optimize for types where move is faster)
Comment 1 Darin Adler 2014-04-16 09:31:30 PDT
Created attachment 229449 [details]
Patch
Comment 2 Darin Adler 2014-04-16 09:51:41 PDT
Committed r167348: <http://trac.webkit.org/changeset/167348>