[PATCH] D55045: Add a version of std::function that includes a few optimizations.
Jordan Soyke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 29 20:09:31 PST 2018
jsoyke updated this revision to Diff 176031.
jsoyke marked 3 inline comments as done.
jsoyke added a comment.
Addressing some comments, using explicit bools for 'trivial' and 'is_small' again (these perform better for some reason?).
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55045/new/
https://reviews.llvm.org/D55045
Files:
include/__config
include/functional
test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55045.176031.patch
Type: text/x-patch
Size: 19558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181130/d7853c4d/attachment.bin>
More information about the llvm-commits
mailing list