summaryrefslogtreecommitdiff
path: root/libguile/dynstack.h
AgeCommit message (Expand)AuthorFilesLines
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