Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-29 | ruby: eliminate type uint64 and int64 | Nilay Vaish | |
These types are being replaced with uint64_t and int64_t. | |||
2015-08-19 | ruby: reverts to changeset: bf82f1f7b040 | Nilay Vaish | |
2015-08-14 | ruby: slicc: use default argument value | Nilay Vaish | |
Before this patch, while one could declare / define a function with default argument values, but the actual function call would require one to specify all the arguments. This patch changes the check for function arguments. Now a function call needs to specify arguments that are at least as much as those with default values and at most the total number of arguments taken as input by the function. | |||
2015-07-20 | ruby: initialize replacement policies with their own simobjs | David Hashe | |
this is in preparation for other replacement policies that take additional parameters. |