summaryrefslogtreecommitdiff
path: root/libguile/dynstack.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-12VM continuations store FP/SP by offsetAndy Wingo1-3/+24
2017-02-12Avoid reading garbage from dynstackAndy Wingo1-0/+1
2017-02-07Avoid stacks in dynamically-bound valuesAndy Wingo1-0/+49
2016-12-05with-dynamic-state compiler and VM supportAndy Wingo1-0/+51
2016-12-05Reimplement dynamic statesAndy Wingo1-2/+3
2015-10-21VM stack grows downwardAndy Wingo1-2/+2
2013-11-21The dynamic stack records SP and FP values as offsetsAndy Wingo1-12/+12
2013-11-19All instruction pointers are now scm_t_uint32*Andy Wingo1-3/+3
2013-06-28Simplify dynstack API to only wind one fluid at a timeAndy Wingo1-46/+39
2012-03-07dynstack: pushing a prompt no longer allocates memoryAndy Wingo1-25/+37
2012-03-03the dynamic stack is really a stack now, instead of a listAndy Wingo1-0/+544