about summary refs log tree commit diff stats
path: root/046check_type_by_name.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4145 - specializing recipe literals in `call`Kartik K. Agaram2017-12-071-0/+1
|
* 4099Kartik K. Agaram2017-11-011-4/+13
| | | | | | | | | | | | | | Generalize commit 4089 to arbitrary closures, and not just the current 'space' or call frame. Now we should be treating spaces just like any other data structure, and reclaiming all addresses inside them when we need to. The cost: all spaces must now specify what recipe generated them (so they know how to interpret the array of locations) using the /names property. We can probably make this ergonomic with a little 'type inference'. But at least things are safe now.
* 3974Kartik K. Agaram2017-08-201-0/+159