[libcxx-commits] [PATCH] D101668: [libc++] Acquire locks on Ranges work
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 30 15:04:28 PDT 2021
ldionne created this revision.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
This commit acquires locks on a few elements of Ranges to make sure we don't
duplicate work. @zoecarver @cjdb please comment here if you want to acquire
locks of your own (or if you want dibs on one of the two features I'm locking)
and I'll add them.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D101668
Files:
libcxx/docs/OneRangesProposalStatus.csv
Index: libcxx/docs/OneRangesProposalStatus.csv
===================================================================
--- libcxx/docs/OneRangesProposalStatus.csv
+++ libcxx/docs/OneRangesProposalStatus.csv
@@ -48,9 +48,9 @@
[range.subrange],,[view.interface],,,
[range.all],view::all,"[range.subrange], [range.view.ref]",,,
[range.view.ref],ref-view,[view.interface],,,
-[range.filter],filter_view,[range.all],,,
+[range.filter],filter_view,[range.all],,Louis Dionne,
[range.transform],transform_view,[range.all],,,
-[range.iota],iota_view,[range.all],,,
+[range.iota],iota_view,[range.all],,Louis Dionne,
[range.take],take_view,[range.all],,,
[range.join],join_view,[range.all],,,
[range.empty],empty_view,[view.interface],,,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101668.342058.patch
Type: text/x-patch
Size: 731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210430/eb733d56/attachment.bin>
More information about the libcxx-commits
mailing list