[all-commits] [llvm/llvm-project] 0fb76b: Reapply "[libc++] Simplify the implementation of s...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Wed Oct 30 03:52:17 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0fb76bae6b2abfe5e0a34557f365a586be989364
      https://github.com/llvm/llvm-project/commit/0fb76bae6b2abfe5e0a34557f365a586be989364
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2024-10-30 (Wed, 30 Oct 2024)

  Changed paths:
    M libcxx/include/__algorithm/comp.h
    M libcxx/include/__algorithm/ranges_minmax.h
    M libcxx/include/__algorithm/sort.h
    M libcxx/include/__functional/operations.h
    M libcxx/include/__functional/ranges_operations.h
    M libcxx/include/__type_traits/desugars_to.h
    M libcxx/include/__type_traits/is_trivially_copyable.h
    M libcxx/src/algorithm.cpp

  Log Message:
  -----------
  Reapply "[libc++] Simplify the implementation of std::sort a bit (#104902)" (#114023)

This reverts commit ef44e4659878f2. The patch was originally reverted
because it was
deemed to introduce a performance regression for small inputs, however
it also fixed
a previous performance regression for larger inputs. So overall, this
patch is desirable.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list