summaryrefslogtreecommitdiff
path: root/src/lisp/ao_lisp_cons.c
Commit message (Expand)AuthorAge
* altos/lisp: Cache freed cons and stack itemsKeith Packard2017-02-20
* altos/lisp: Change GC to do moves in batches of 32Keith Packard2017-02-20
* altos/lisp: Make sure memmove only happens once per object. Other GC fixesKeith Packard2017-02-20
* altos/lisp: add length, pack, unpack and flushKeith Packard2017-02-20
* altos/lisp: Deal with memory compation in the middle of operationsKeith Packard2017-02-20
* altos/lisp: convert GC to non-recursiveKeith Packard2017-02-20
* altos/lisp: more GC issues. add patomKeith Packard2017-02-20
* altos/lisp: Change GC move APIKeith Packard2017-02-20
* altos/lisp: Separate out values from atomsKeith Packard2017-02-20
* altos/lisp: Change lisp objects to use ao_poly everywhere. Add constKeith Packard2017-02-20
* Add first lisp bitsKeith Packard2017-02-20