http://bugs.winehq.org/show_bug.cgi?id=24589
Summary: Make NTDLL_mergesort() stable. Product: Wine Version: 1.3.4 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: stefan@obssys.com
Created an attachment (id=31055) --> (http://bugs.winehq.org/attachment.cgi?id=31055) Patch to make NTDLL_mergesort() stable.
Make NTDLL_mergesort() stable. A mergesort is stable per definition. qsort() is the only function calling NTDLL_mergesort(). qsort() is not stable - so there is no problem pending. But if we use double memory and name the function ...mergesort() we can take the benefit without performance issues getting a stable result.
http://bugs.winehq.org/show_bug.cgi?id=24589
Stefan Oberhumer stefan@obssys.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED
--- Comment #1 from Stefan Oberhumer stefan@obssys.com 2010-10-01 17:01:00 CDT --- Will send it to wine-patches@winehq.org.
http://bugs.winehq.org/show_bug.cgi?id=24589
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2010-10-02 02:30:12 CDT --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=24589
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED Resolution|ABANDONED |FIXED
--- Comment #3 from Austin English austinenglish@gmail.com 2010-10-04 15:51:53 CDT --- Patch was committed: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1d241bb20053e19359cfa8...
http://bugs.winehq.org/show_bug.cgi?id=24589
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2010-10-15 12:52:39 CDT --- Closing bugs fixed in 1.3.5.
https://bugs.winehq.org/show_bug.cgi?id=24589
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |1d241bb20053e19359cfa8ec07a | |99c8efb9120d0 CC| |focht@gmx.net