Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2927 | Kartik K. Agaram | 2016-05-05 | 1 | -6/+9 |
| | |||||
* | 2922 | Kartik K. Agaram | 2016-05-04 | 1 | -20/+4 |
| | | | | | | | | | A better primitive: manage refcounts for an assignment without actually doing the assignment itself. This way we can add refcounts as a new, independent bit of bookkeeping without littering early returns and duplicate code paths. (OCD: commit number.) | ||||
* | 2898 - start filling in missing refcounts | Kartik K. Agaram | 2016-05-03 | 1 | -0/+1 |
| | | | | | | | 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/+143 |