[PATCH] D61634: [clang/llvm] Allow efficient implementation of libc's memory functions in C/C++
    Dávid Bolvanský via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat May 25 02:36:21 PDT 2019
    
    
  
xbolva00 added a comment.
I have a question about qsort.. If we provide own implementation of qsort and replace calls to libc's qsort to our qsort, we could fully inline cmp function then. Ideas?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61634/new/
https://reviews.llvm.org/D61634
    
    
More information about the llvm-commits
mailing list