[Bug 295784] mergesort{,_b} should accept element size smaller than sizeof(void *)

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 02 Jun 2026 07:39:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295784

Brooks Davis <brooks@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brooks@FreeBSD.org

--- Comment #1 from Brooks Davis <brooks@FreeBSD.org> ---
FWIW, I've got mostly complete patches to replace mergesort with timsort
(https://en.wikipedia.org/wiki/Timsort) as part of the CHERI import.  Fixing
merge sort to not commit atrocities with pointers would also be acceptable.

-- 
You are receiving this mail because:
You are the assignee for the bug.