Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2961 | Kartik K. Agaram | 2016-05-15 | 1 | -2/+2 |
| | |||||
* | 2955 - back to more refcount housekeeping | Kartik K. Agaram | 2016-05-12 | 1 | -2/+2 |
| | | | | | Update refcounts of address elements when copying containers. Still lots to do; see todo list at end of 036refcount.cc. | ||||
* | 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 |