summaryrefslogtreecommitdiff
path: root/src/lisp/ao_lisp_save.c
Commit message (Collapse)AuthorAge
* altos/lisp: Add save/restore infrastructure. Needs OS support to work.Keith Packard2016-11-17
This sticks a few globals past the end of the heap and then asks the OS to save the heap. On restore, the heap is re-populated by the OS and then various global variables reset. Signed-off-by: Keith Packard <keithp@keithp.com>