summaryrefslogtreecommitdiff
path: root/libguile/dynstack.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor handling of auxiliary stacks and setjmp/longjmpAndy Wingo2018-06-171-4/+6
* VM continuations store FP/SP by offsetAndy Wingo2017-02-121-0/+3
* Avoid stacks in dynamically-bound valuesAndy Wingo2017-02-071-0/+3
* with-dynamic-state compiler and VM supportAndy Wingo2016-12-051-0/+5
* Reimplement dynamic statesAndy Wingo2016-12-051-5/+5
* VM stack grows downwardAndy Wingo2015-10-211-2/+1
* Remove last use of SCM vm in VMAndy Wingo2013-11-211-1/+0
* The dynamic stack records SP and FP values as offsetsAndy Wingo2013-11-211-2/+6
* All instruction pointers are now scm_t_uint32*Andy Wingo2013-11-191-2/+2
* Add SCM_F_DYNSTACK_PROMPT_PUSH_NARGS prompt flagAndy Wingo2013-10-141-1/+2
* Simplify dynstack API to only wind one fluid at a timeAndy Wingo2013-06-281-9/+7
* dynstack: pushing a prompt no longer allocates memoryAndy Wingo2012-03-071-10/+12
* the dynamic stack is really a stack now, instead of a listAndy Wingo2012-03-031-0/+206