summaryrefslogtreecommitdiff
path: root/libguile/dynstack.c
Commit message (Expand)AuthorAgeFilesLines
* VM continuations store FP/SP by offset...Andy Wingo2017-02-121-3/+24
* Avoid reading garbage from dynstack...Andy Wingo2017-02-121-0/+1
* Avoid stacks in dynamically-bound values...Andy Wingo2017-02-071-0/+49
* with-dynamic-state compiler and VM support...Andy Wingo2016-12-051-0/+51
* Reimplement dynamic states...Andy Wingo2016-12-051-2/+3
* VM stack grows downward...Andy Wingo2015-10-211-2/+2
* The dynamic stack records SP and FP values as offsets...Andy Wingo2013-11-211-12/+12
* All instruction pointers are now scm_t_uint32*...Andy Wingo2013-11-191-3/+3
* Simplify dynstack API to only wind one fluid at a time...Andy Wingo2013-06-281-46/+39
* dynstack: pushing a prompt no longer allocates memory...Andy Wingo2012-03-071-25/+37
* the dynamic stack is really a stack now, instead of a list...Andy Wingo2012-03-031-0/+544