altos/lisp: Optimize chunk searching in collect
[fw/altos] / src / lisp / ao_lisp_mem.c
2017-02-20 Keith Packardaltos/lisp: Optimize chunk searching in collect
2017-02-20 Keith Packardaltos/lisp: Add incremental collection
2017-02-20 Keith Packardaltos/lisp: re-use small frames
2017-02-20 Keith Packardaltos/lisp: Cache freed cons and stack items
2017-02-20 Keith Packardaltos/lisp: Simplify GC a bit by only marking the head...
2017-02-20 Keith Packardaltos/lisp: Change GC to do moves in batches of 32
2017-02-20 Keith Packardaltos/lisp: Append a CRC to the saved image to validate...
2017-02-20 Keith Packardaltos/lisp: Make sure memmove only happens once per...
2017-02-20 Keith Packardaltos/lisp: Share mark function for mark and move
2017-02-20 Keith Packardaltos/lisp: Deal with memory compation in the middle...
2017-02-20 Keith Packardaltos/lisp: Clean up OS integration bits, add defun
2017-02-20 Keith Packardaltos/lisp: working on lexical scoping
2017-02-20 Keith Packardaltos/lisp: convert GC to non-recursive
2017-02-20 Keith Packardaltos/lisp: more GC issues. add patom
2017-02-20 Keith Packardaltos/lisp: make sure stack->formals_last gets moved...
2017-02-20 Keith Packardaltos/lisp: Change GC move API
2017-02-20 Keith Packardaltos/lisp: Separate out values from atoms
2017-02-20 Keith Packardaltos/lisp: Change lisp objects to use ao_poly everywhe...
2017-02-20 Keith Packardaltos: Add lisp reader
2017-02-20 Keith PackardAdd first lisp bits