-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/2804/
-----------------------------------------------------------

Review request for Default.


Repository: gem5


Description
-------

Changeset 10861:4a178c069ce3
---------------------------
base: add generic bitset class that can be sized dynamically

The difference between this class and std::bitset/VectorMask is that the
bitset is sized dynamically (you don't need to know at compile time how
many bits are in the bitset). This is like the template specialization for
std::vector<bool>, but with some extra functionality to test/set membership
in ranges, etc.


Diffs
-----

  src/base/SConscript fbdaa08aaa426b9f4660c366f934ccb670d954ec 
  src/base/bitset.hh PRE-CREATION 
  src/base/bitset.cc PRE-CREATION 

Diff: http://reviews.gem5.org/r/2804/diff/


Testing
-------


Thanks,

Anthony Gutierrez

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to