summaryrefslogtreecommitdiff
path: root/libguile/dynstack.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-12VM continuations store FP/SP by offsetAndy Wingo1-0/+3
2017-02-07Avoid stacks in dynamically-bound valuesAndy Wingo1-0/+3
2016-12-05with-dynamic-state compiler and VM supportAndy Wingo1-0/+5
2016-12-05Reimplement dynamic statesAndy Wingo1-5/+5
2015-10-21VM stack grows downwardAndy Wingo1-2/+1
2013-11-21Remove last use of SCM vm in VMAndy Wingo1-1/+0
2013-11-21The dynamic stack records SP and FP values as offsetsAndy Wingo1-2/+6
2013-11-19All instruction pointers are now scm_t_uint32*Andy Wingo1-2/+2
2013-10-14Add SCM_F_DYNSTACK_PROMPT_PUSH_NARGS prompt flagAndy Wingo1-1/+2
2013-06-28Simplify dynstack API to only wind one fluid at a timeAndy Wingo1-9/+7
2012-03-07dynstack: pushing a prompt no longer allocates memoryAndy Wingo1-10/+12
2012-03-03the dynamic stack is really a stack now, instead of a listAndy Wingo1-0/+206