summaryrefslogtreecommitdiff
path: root/src/lisp/ao_lisp_mem.c
Commit message (Expand)AuthorAge
* altos/lisp: Add continuationsKeith Packard2016-11-18
* altos/lisp: Eliminate compiler warning about array bounds at -O3Keith Packard2016-11-17
* altos/lisp: binary search for chunk in collectKeith Packard2016-11-17
* altos/lisp: Optimize chunk searching in collectKeith Packard2016-11-17
* altos/lisp: Add incremental collectionKeith Packard2016-11-17
* altos/lisp: re-use small framesKeith Packard2016-11-17
* altos/lisp: Cache freed cons and stack itemsKeith Packard2016-11-17
* altos/lisp: Simplify GC a bit by only marking the head of each objectKeith Packard2016-11-17
* altos/lisp: Change GC to do moves in batches of 32Keith Packard2016-11-17
* altos/lisp: Append a CRC to the saved image to validate on restoreKeith Packard2016-11-17
* altos/lisp: Make sure memmove only happens once per object. Other GC fixesKeith Packard2016-11-17
* altos/lisp: Share mark function for mark and moveKeith Packard2016-11-17
* altos/lisp: Deal with memory compation in the middle of operationsKeith Packard2016-11-17
* altos/lisp: Clean up OS integration bits, add defunKeith Packard2016-11-17
* altos/lisp: working on lexical scopingKeith Packard2016-11-17
* altos/lisp: convert GC to non-recursiveKeith Packard2016-11-17
* altos/lisp: more GC issues. add patomKeith Packard2016-11-17
* altos/lisp: make sure stack->formals_last gets moved during GCKeith Packard2016-11-17
* altos/lisp: Change GC move APIKeith Packard2016-11-17
* altos/lisp: Separate out values from atomsKeith Packard2016-11-17
* altos/lisp: Change lisp objects to use ao_poly everywhere. Add constKeith Packard2016-11-17
* altos: Add lisp readerKeith Packard2016-11-17
* Add first lisp bitsKeith Packard2016-11-17