[Webkit-unassigned] [Bug 20296] OpcodeStats don't build on platforms which don't have mergesort()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 6 05:37:48 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20296





------- Comment #3 from oszi at inf.u-szeged.hu  2008-08-06 05:37 PDT -------
(In reply to comment #2)

> I'm surprised this hasn't been done already somewhere else?  You might try
> searching the sources for HAVE(MERGE_SORT)
I searched for HAVE(MERGESORT), and found it kjs/JSArray.cpp and
VM/SamplingTools.cpp. HAVE_MERGESORT macro defined in wtf/Platform.h. I think
this is a commonly used macro.

Your advice about platformMergeSort() can be a nice solution. What do you
think, if I would refactor my patch and extend it the above mentioned files?


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list