[libcxx-commits] [PATCH] D138413: [libc++] Enable segmented iterator optimizations for join_view::iterator

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 13 18:22:21 PST 2023


philnik updated this revision to Diff 489179.
philnik marked 4 inline comments as done.
philnik added a comment.

Address comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138413

Files:
  libcxx/benchmarks/CMakeLists.txt
  libcxx/benchmarks/join_view.bench.cpp
  libcxx/docs/ReleaseNotes.rst
  libcxx/include/CMakeLists.txt
  libcxx/include/__iterator/iterator_with_data.h
  libcxx/include/__ranges/join_view.h
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/iterators/iterator_with_data.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ranges.copy.segmented.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ranges.copy_backward.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138413.489179.patch
Type: text/x-patch
Size: 28243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230114/f4b82c5d/attachment-0001.bin>


More information about the libcxx-commits mailing list