Review Board 2.0.15


ruby: write mask method changes w/ manual subsequent initializations

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

Information
Brandon Potter
gem5
default
Reviewers
Default
Changeset 11427:372b57df72d3
---------------------------
ruby: write mask method changes w/ manual subsequent initializations

The write mask method was depending on the statically declared block size
to initialize it's internal bitmask.  We change the default behavior to
initialize an empty bitmask (due to the lack of constructors with SLICC's
new); subsequently we immediately initialize the write mask with the size
for objects that need the write mask.