summaryrefslogtreecommitdiff
path: root/src/lisp/ao_lisp_mem.c
Commit message (Expand)AuthorAge
* altos/scheme: Rename to 'scheme', clean up buildKeith Packard2017-12-05
* altos/lisp: Split out read debug, add memory validationKeith Packard2017-12-03
* altos/lisp: split set/def. Add def support to lambdasKeith Packard2017-12-01
* altos/lisp: Split out frame vals from frame structKeith Packard2017-12-01
* altos/lisp: Add floatsKeith Packard2017-11-19
* altos/lisp: Add 'big' ints -- 24 bits wideKeith Packard2017-11-18
* altos/lisp: Add scheme-style bools (#t and #f)Keith Packard2017-11-16
* altos/lisp: Add non-cons cdr supportKeith Packard2017-11-16
* altos/lisp: Add casts to keep the latest GCC from whingingKeith Packard2017-02-20
* altos/lisp: Share binary search for memory chunk between mark and moveKeith Packard2017-02-20
* altos/lisp: Sort frames by atomKeith Packard2017-02-20
* altos/lisp: bounds check in move_map plus binary searchKeith Packard2017-02-20
* altos/lisp: Use poly stashes for stacksKeith Packard2017-02-20
* altos/lisp: Add continuationsKeith Packard2017-02-20
* altos/lisp: Eliminate compiler warning about array bounds at -O3Keith Packard2017-02-20
* altos/lisp: binary search for chunk in collectKeith Packard2017-02-20
* altos/lisp: Optimize chunk searching in collectKeith Packard2017-02-20
* altos/lisp: Add incremental collectionKeith Packard2017-02-20
* altos/lisp: re-use small framesKeith Packard2017-02-20
* altos/lisp: Cache freed cons and stack itemsKeith Packard2017-02-20
* altos/lisp: Simplify GC a bit by only marking the head of each objectKeith Packard2017-02-20
* altos/lisp: Change GC to do moves in batches of 32Keith Packard2017-02-20
* altos/lisp: Append a CRC to the saved image to validate on restoreKeith Packard2017-02-20
* altos/lisp: Make sure memmove only happens once per object. Other GC fixesKeith Packard2017-02-20
* altos/lisp: Share mark function for mark and moveKeith Packard2017-02-20
* altos/lisp: Deal with memory compation in the middle of operationsKeith Packard2017-02-20
* altos/lisp: Clean up OS integration bits, add defunKeith Packard2017-02-20
* altos/lisp: working on lexical scopingKeith 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: make sure stack->formals_last gets moved during GCKeith 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
* altos: Add lisp readerKeith Packard2017-02-20
* Add first lisp bitsKeith Packard2017-02-20