about summary refs log tree commit diff stats
path: root/035lookup.cc
Commit message (Collapse)AuthorAgeFilesLines
* 2933Kartik K. Agaram2016-05-061-2/+2
| | | | Can't believe I didn't run tests after 2932.
* 2931 - be explicit about making copiesKartik K. Agaram2016-05-061-15/+15
|
* 2898 - start filling in missing refcountsKartik K. Agaram2016-05-031-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.
* 2897Kartik K. Agaram2016-05-031-0/+460