Daniel Carvalho has uploaded a new patch set (#3). (
https://gem5-review.googlesource.com/c/public/gem5/+/18877 )
Change subject: base: Make Bloom Filter counting by default
......................................................................
base: Make Bloom Filter counting by default
Since a boolean bool filter is a saturating bloom filter with a
single bit per entry, generalize them by using SatCounter instead
of int for the filter entries.
Change-Id: I7f54e28d54de5671e0770b02ed9161735e6bd339
Signed-off-by: Daniel R. Carvalho <[email protected]>
---
M src/base/filters/BloomFilters.py
M src/base/filters/SConscript
M src/base/filters/base.hh
M src/base/filters/block_bloom_filter.cc
D src/base/filters/lsb_counting_bloom_filter.cc
D src/base/filters/lsb_counting_bloom_filter.hh
M src/base/filters/multi_bit_sel_bloom_filter.cc
7 files changed, 10 insertions(+), 180 deletions(-)
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/18877
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I7f54e28d54de5671e0770b02ed9161735e6bd339
Gerrit-Change-Number: 18877
Gerrit-PatchSet: 3
Gerrit-Owner: Daniel Carvalho <[email protected]>
Gerrit-MessageType: newpatchset
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev