[LLVMdev] qsort

Chris Lattner sabre at nondot.org
Sat Jul 22 20:19:32 PDT 2006


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

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list