about summary refs log tree commit diff stats
path: root/new.mu
Commit message (Collapse)AuthorAgeFilesLines
* 53 - simplest possible allocator: just one word at a timeKartik K. Agaram2014-08-191-14/+0
| | | | But with tests this time.
* 44 - now 'deref' is a bit of metadata on any operand rather than a special opKartik K. Agaram2014-07-311-1/+1
| | | | Still only works in read, and only in a single instruction. But these are details.
* 43 - tests for 'deref' and 'copy'Kartik K. Agaram2014-07-311-4/+4
|
* 11 - fix 'deref'Kartik K. Agaram2014-07-311-7/+7
| | | | It was broken since commit 7.
* 5 - first stab at allocator, just for intsKartik K. Agaram2014-07-261-0/+14
Still can't write to a pointer.