DragonFly commits List (threaded) for 2008-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/sys/kern kern_objcache.c
2008/1/27, Simon 'corecode' Schubert <corecode@fs.ei.tum.de>:
> Nicolas Thery wrote:
> > Turn allobjcaches into double-linked list for fast removal.
>
> Not that it matters, but: Is fast removal important? How often does an
> objcache get removed?
You're right it's not important. s/fast/easy to code/ :-)
There are about 15 objcaches in the system currently (and another 25
or so if we change zones into objcaches), so I think adding a prev
pointer to struct objcache is ok.
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]