[libcxx-commits] [PATCH] D63063: Bug 42208: speeding up std::merge

Roman Lebedev via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 10 01:12:15 PDT 2019


lebedev.ri added a comment.

Have you analyzed, how much is this a problem of the actual implementation (in libc++), and how much of the llvm optimization passes?
I.e. are there some obvious failures of the llvm opts?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63063/new/

https://reviews.llvm.org/D63063





More information about the libcxx-commits mailing list