[libcxx-commits] [PATCH] D68617: Optimize copy constructor
Martijn Vels via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 7 18:03:13 PDT 2019
mvels retitled this revision from "This change optimizes the copy constructor using partial inlining.
- add __default_value_tag() to memory, to support default initialization
- inline copy contructor: non SSO init delegated to instantiated __init_long() method
Note that this..." to "Optimize copy constructor".
mvels edited the summary of this revision.
mvels added reviewers: ldionne, EricWF.
Herald added a subscriber: dexonsmith.
Herald added a reviewer: mclow.lists.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68617/new/
https://reviews.llvm.org/D68617
More information about the libcxx-commits
mailing list