Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2933 | Kartik K. Agaram | 2016-05-06 | 1 | -2/+2 |
| | | | | Can't believe I didn't run tests after 2932. | ||||
* | 2931 - be explicit about making copies | Kartik K. Agaram | 2016-05-06 | 1 | -15/+15 |
| | |||||
* | 2898 - start filling in missing refcounts | Kartik K. Agaram | 2016-05-03 | 1 | -3/+3 |
| | | | | | | | This commit covers instructions 'put', 'put-index' and 'maybe-convert'. Next up are the harder ones: 'copy' and 'merge'. In these cases there's a non-scalar being copied, and we need to figure out which locations within it need to update their refcount. | ||||
* | 2897 | Kartik K. Agaram | 2016-05-03 | 1 | -0/+460 |