Dear All, Is there a reason why the qsort() implementation in llvm/runtime/GCCLibraries/libc/qsort.c is commented out? I've run it on Linux, and so far it seems to work fine. -- John T.
On Fri, 21 Jul 2006, John Criswell wrote:> Is there a reason why the qsort() implementation in > llvm/runtime/GCCLibraries/libc/qsort.c is commented out? I've run it on > Linux, and so far it seems to work fine.It does work fine, but IIRC, it slowed things down to have it inlined in most cases, and bloated executables with code provided by libc. -Chris -- nondot.org/sabre llvm.org