Review Board 2.0.15


ruby: DataBlock method changes w/ manual subsequent initializations

Review Request #3426 - Created April 4, 2016 and updated

Information
Brandon Potter
gem5
default
Reviewers
Default
Changeset 11428:52997ce5a9a3
---------------------------
ruby: DataBlock method changes w/ manual subsequent initializations

The data block initialization depended on the statically declared block size
for its internal bitmask.  We change the default behavior to initialize an
empty bitmask in cases where the block size cannot be passed via a parameter
list; subsequently we immediately initialize the data block with the size
for objects that need the data block.