Dag-Erling Sm繪rgrav wrote:
> Julian Elischer <julian@elischer.org> writes:
>> Robert Watson <rwatson@FreeBSD.org> writes:
>>> be a good time to try to revalidate that. Basically, the goal would
>>> be to make the pcpu cache FIFO as much as possible as that maximizes
>>> the chances that the newly allocated object already has lines in the
>>> cache. It's a fairly trivial tweak to the UMA allocation code.
>> you mean FILO or LIFO right?
>
> Uh, no. You want to reuse the last-freed object, as it is most likely
> to still be in cache.
>
> DES
exactly.. FILO or LIFO (last in First out.)
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"