• Pål Hermunn Johansen's avatar
    Optimize ban lurker and dying objects · bc421898
    Pål Hermunn Johansen authored
    When an object is dying, we would rather not have the ban
    lurker evalueate it against any existing bans. Now it will,
    when a dying object is found, simply remove the oc off the
    ban list completely. This is very cheap since we are already
    holding the oh and ban mutexes.
    bc421898
cache_ban.c 22.6 KB