----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1141/ -----------------------------------------------------------
(Updated April 14, 2012, 6:05 p.m.) Review request for Default. Description (updated) ------- Changeset 8951:0f73b60079f2 --------------------------- sim: A trie data structure specifically to speed up paging lookups. This change adds a trie data structure which stores an arbitrary pointer type based on an address and a number of relevant bits. Then lookups can be done against the trie where the tree is traversed and the first legitimate match found is returned. Diffs (updated) ----- src/base/trie.hh PRE-CREATION src/unittest/SConscript a6830d615eff src/unittest/trietest.cc PRE-CREATION Diff: http://reviews.gem5.org/r/1141/diff/ Testing ------- Thanks, Gabe Black _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
