[cfe-dev] [RFC] C++17 Parallel STL ∥ a new project

Thomas Rodgers via cfe-dev cfe-dev at lists.llvm.org
Wed Aug 22 12:30:19 PDT 2018


I don't have any specific objections just having a libc++ list and
having pstl discussions take place there. I also think there is some
general desire from the libstdc++ maintainers to potentially collaborate
with libc++ on standard library testing any.

Tom.

Chris Lattner writes:

> On Aug 22, 2018, at 11:11 AM, JF Bastien <jfbastien at apple.com> wrote:
>>
>>>> Create a new repository, under the LLVM Foundation, to host Parallel STL work. This includes an implementation which can support multiple backends, correctness tests, and performance tests.
>>>> This repository will be importable into libc++ <https://libcxx.llvm.org/> and libstdc++ <https://gcc.gnu.org/onlinedocs/libstdc++/>. Details will be worked out later as this will be experimental for a while.
>>>> Contributions occur as usual, under LLVM’s contribution policy <https://llvm.org/docs/Contributing.html> (specifically, the revised <http://llvm.org/foundation/relicensing/devpolicy.patch>policy <http://llvm.org/foundation/relicensing/devpolicy.patch>).
>>>> New mailing lists will be created for the project (pstl-dev@ and pstl-commits@), as well as new bugzilla components, and associated Phabricator setup.
>>>
>>> One specific question I’d like to see considered: we’re talking about splitting libc++ off to its own mailing list now.  Does it make sense for pstl to share that list, or should we add two new lists?
>>>
>>> Besides the seeming alignment between the two projects, this would encourage collaboration across the code bases and would reduce spam moderation burden.
>>
>> Tom and Mikhail might know better: they likely only want emails from pstl, which is why I suggested having its own list. The new libc++ lists should be fairly low traffic, and I agree with you that it might help with some extra collaboration. I’m OK with either.
>
> I know that people generally prefer to get as little email as possible, but I prefer to push teams together when practical instead of building islands.
>
> Beyond that, moderating a mailing list is a nontrivial amount of effort and involves getting a lot of email, so I’m not sure that they’d actually end up with less net emails ;-)
>
> -Chris




More information about the cfe-dev mailing list