tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rbtree for uvm_pagelookup()



Hi,

This replaces the global page hash with a per-object red-black tree. Memory
consumption should be lower than with the hash and it seems to speed up
build.sh slightly on a MP system.

        http://www.netbsd.org/~ad/pagelookup.diff

Thoughts?

Andrew



Home | Main Index | Thread Index | Old Index