Date: Wed, 30 Jul 2003 17:39:29 -0400 (EDT) From: Jeff Roberson <jroberson@chesapeake.net> To: Bosko Milekic <bmilekic@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_core.c Message-ID: <20030730173717.X14210-100000@mail.chesapeake.net> In-Reply-To: <200307301855.h6UItFgg063471@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030730173717.X14210-100000>