cvs commit: src/sys/vm uma_core.c

Jeff Roberson jroberson at chesapeake.net
Wed Jul 30 14:39:31 PDT 2003


On Wed, 30 Jul 2003, Bosko Milekic wrote:

>
>   While I'm here, also silence GCC warnings by turning uma_slab_alloc()
>   from inline to real function.  It's too big to be an inline.
>
>   Reviewed by: JeffR

Thanks bosko.  When I originally wrote this I fell into the 'functions are
so expensive!' trap.  I must not have been thinking clearly.  The slow
path in UMA is hit so infrequently that perf improvements in it are not
noticable.

Cheers,
Jeff



More information about the cvs-src mailing list