Commit message (Expand) | Author | Age | |
---|---|---|---|
* | altos/lisp: Cache freed cons and stack items | Keith Packard | 2017-02-20 |
* | altos/lisp: Change GC to do moves in batches of 32 | Keith Packard | 2017-02-20 |
* | altos/lisp: Make sure memmove only happens once per object. Other GC fixes | Keith Packard | 2017-02-20 |
* | altos/lisp: add length, pack, unpack and flush | Keith Packard | 2017-02-20 |
* | altos/lisp: Deal with memory compation in the middle of operations | Keith Packard | 2017-02-20 |
* | altos/lisp: convert GC to non-recursive | Keith Packard | 2017-02-20 |
* | altos/lisp: more GC issues. add patom | Keith Packard | 2017-02-20 |
* | altos/lisp: Change GC move API | Keith Packard | 2017-02-20 |
* | altos/lisp: Separate out values from atoms | Keith Packard | 2017-02-20 |
* | altos/lisp: Change lisp objects to use ao_poly everywhere. Add const | Keith Packard | 2017-02-20 |
* | Add first lisp bits | Keith Packard | 2017-02-20 |