Commit message (Expand) | Author | Age | |
---|---|---|---|
* | altos/lisp: Sort frames by atom | Keith Packard | 2017-02-20 |
* | altos/lisp: Add continuations | Keith Packard | 2017-02-20 |
* | altos/lisp: Remove some stale frame debugging checks | Keith Packard | 2017-02-20 |
* | altos/lisp: re-use small frames | 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: Deal with memory compation in the middle of operations | Keith Packard | 2017-02-20 |
* | altos/lisp: working on lexical scoping | Keith Packard | 2017-02-20 |
* | altos/lisp: convert GC to non-recursive | Keith Packard | 2017-02-20 |
* | altos/lisp: Change GC move API | Keith Packard | 2017-02-20 |
* | altos: Add lambda support to lisp | Keith Packard | 2017-02-20 |
* | altos/lisp: Separate out values from atoms | Keith Packard | 2017-02-20 |