ruby: change MultiBitSelBlockFilter constructor signature
Review Request #3420 - Created April 4, 2016 and updated
Information | |
---|---|
Brandon Potter | |
gem5 | |
default | |
Reviewers | |
Default | |
Changeset 11422:6fc675f956dc --------------------------- ruby: change MultiBitSelBlockFilter constructor signature The previous format required a string which was then tokenized to retrieve the constructor arguments. The string is removed and the arguments are passed directly in their correct format.
-
src/mem/ruby/filters/MultiBitSelBloomFilter.hh (Diff revision 1) -
Why this change? isParallel is what the style guide says, not m_*.
Couple of small notes, but other than that it's fine.
Any idea why it was originally like this? Seems kinda crazy.