Review Board 2.0.15


ruby: change slicc to allow for constructor args

Review Request #1487 - Created Oct. 24, 2012 and submitted

Information
Nilay Vaish
gem5
default
Reviewers
Default
Changeset 9313:cb9c01eda983
---------------------------
ruby: change slicc to allow for constructor args
The patch adds support to slicc for recognizing arguments that should be
passed to the constructor of a class. I did not like the fact that an explicit
check was being carried on the type 'TBETable' to figure out the arguments to
be passed to the constructor.
The patch also moves some of the member variables that are declared for all
the controllers to the base class AbstractController.

   
Review request changed
Updated (Dec. 11, 2012, 12:06 a.m.)

Status: Closed (submitted)