[Bug 214248] mergesort_r should exist

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 14 05:16:45 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214248

Conrad Meyer <cem at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cem at freebsd.org
           Assignee|freebsd-bugs at FreeBSD.org    |cem at freebsd.org

--- Comment #1 from Conrad Meyer <cem at freebsd.org> ---
Yeah, agreed.

It looks like we're moving towards standardizing qsort_r on thunk-last (the
opposite of the current qsort_r), so that the non-thunk version can share code
with the thunk version.  See http://austingroupbugs.net/view.php?id=900 and
https://reviews.freebsd.org/D9169 .  I'd add it similarly to mergesort.

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


More information about the freebsd-bugs mailing list