[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 8/9] lib: move bsearch code
On 14/09/2020 11:18, Jan Beulich wrote: > Build this code into an archive, which results in not linking it into > x86 final binaries. This saves a little bit of dead code. > > Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> This wants to be an extern inline in the header file just like in stdlib.h. The implementation is trivial, and much faster when the compiler can inline the cmp() function pointer. I doubt we actually need out-of-line implementation (except perhaps for CONFIG_UBSAN builds or so). ~Andrew
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |