git: kernel - Remove performance pessimization with INVARIANTS

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Apr 22 19:31:33 PDT 2018


commit f373576fba9db397f08b54bd704a8f42b73b1684
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Apr 22 18:55:03 2018 -0700

    kernel - Remove performance pessimization with INVARIANTS
    
    * Remove lf_global_counter under INVARIANTS, fixes cache pessimization.
      We want performance scaling to continue to work with INVARIANTS since
      that is how we ship the kernel by default.

Summary of changes:
 sys/kern/kern_lockf.c | 11 -----------
 1 file changed, 11 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f373576fba9db397f08b54bd704a8f42b73b1684


-- 
DragonFly BSD source repository


More information about the Commits mailing list