about summary refs log tree commit diff stats
path: root/027call_ingredient.cc
Commit message (Collapse)AuthorAgeFilesLines
* 2864 - replace all address:shared with just addressKartik K. Agaram2016-04-241-5/+3
| | | | | | | Now that we no longer have non-shared addresses, we can just always track refcounts for all addresses. Phew!
* 2862Kartik K. Agaram2016-04-241-0/+185
Layers 0-29 are now a complete rudimentary platform except for pointers and indirection.