summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* altos/lisp: Start adding scheme symbolsKeith Packard2017-02-20
* altos/lisp: Add casts to keep the latest GCC from whingingKeith Packard2017-02-20
* altos/lisp: Tell compiler that the two lisp memory pools are alignedKeith Packard2017-02-20
* altos/lisp: Clean up hanoi.lisp demo a bitKeith Packard2017-02-20
* altos/lisp: Move stack recursion check after null checkKeith Packard2017-02-20
* altos/lisp: Include memory stats for test programKeith Packard2017-02-20
* altos/lisp: Cleanup some DBG definesKeith Packard2017-02-20
* altos/lisp: Share binary search for memory chunk between mark and moveKeith Packard2017-02-20
* altos/lisp: Add builtin 'collect'Keith Packard2017-02-20
* altos/lisp: Sort frames by atomKeith Packard2017-02-20
* altos/lisp: Build new ao_lisp_stack.c into test and lambdakeyKeith Packard2017-02-20
* altos/lisp: bounds check in move_map plus binary searchKeith Packard2017-02-20
* altos/lisp: Empty lambda body is not an errorKeith Packard2017-02-20
* altos/lisp: Use poly stashes for stacksKeith Packard2017-02-20
* altos/lisp: Make DBG settings globalKeith Packard2017-02-20
* altos/lisp: Add continuationsKeith Packard2017-02-20
* altos/lisp: Take advantage of implicit progns in hanoi demoKeith Packard2017-02-20
* altos/lisp: have 'while' return the last body valueKeith Packard2017-02-20
* altos/lisp: Take advantage of implicit progn in ROM codeKeith Packard2017-02-20
* altos/lisp: Make lambda, cond and while all have implicit prognsKeith Packard2017-02-20
* altos/lisp: Compile ao_lisp_make_const -no-pieKeith Packard2017-02-20
* altos/lisp: Fix uninitialized values in ao_lisp_make_constKeith Packard2017-02-20
* altos/lisp: Dump globals on errorKeith Packard2017-02-20
* altos/lisp: Fix error atom name in ao_lisp_lengthKeith Packard2017-02-20
* altos/lisp: Remove some stale frame debugging checksKeith Packard2017-02-20
* altos/lisp: Clean up hanoi.lisp comments.Keith 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/test: Disable position independent executablesKeith Packard2017-02-20
* altos/lisp: Allow empty defun bodiesKeith Packard2017-02-20
* altos/lisp: Optimize chunk searching in collectKeith Packard2017-02-20
* altos/lisp: Add incremental collectionKeith Packard2017-02-20
* altos/lisp: Make hanoi example output a bit prettierKeith Packard2017-02-20
* altos/lisp: remove nth from hanoi.lispKeith Packard2017-02-20
* altos/lambdakey: Strip out unused codeKeith Packard2017-02-20
* altos/lisp: Take advantage of multi-arg macros. Add more ROM funcsKeith Packard2017-02-20
* altos/lisp: Allow macro/nlambda/lexpr to have multiple argsKeith Packard2017-02-20
* altos/lisp: Do better checking for un-evaluated macros in ROMKeith Packard2017-02-20
* altos/lisp: re-use small framesKeith Packard2017-02-20
* altos/lisp: remove duplicate 'length' lambda from hanoi exampleKeith Packard2017-02-20
* altos/lisp: Get lambdakey and nucleo-32 building againKeith Packard2017-02-20
* altos/lisp: Evaluate macros once, then smash them into placeKeith Packard2017-02-20
* altos/lisp: Add license to hanoi demoKeith Packard2017-02-20
* altos/lisp: Improve hanoi demoKeith Packard2017-02-20
* altos/lisp: Show number of collect calls in ao_lisp_testKeith 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/stmf0: Add a comment about the requirements for using ao_flash_stmKeith Packard2017-02-20
* altos/lambdakey: Get save/restore workingKeith Packard2017-02-20