提交 6997e5ae 创建 作者: Austin Clements's avatar Austin Clements

Switch radix back from 6x6 to 9x4

This was originally to make radix_node rcu_freed, but that didn't happen. 9x4 makes each radix_node one page and thus easier to allocate.
上级 879bf6db
......@@ -6,7 +6,7 @@
#include "gc.hh"
enum { bits_per_level = 6 };
enum { bits_per_level = 9 };
enum { key_bits = 36 };
enum { radix_levels = (key_bits + bits_per_level - 1) / bits_per_level };
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论