Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VM continuations store FP/SP by offset... | Andy Wingo | 2017-02-12 | 1 | -0/+3 |
* | Avoid stacks in dynamically-bound values... | Andy Wingo | 2017-02-07 | 1 | -0/+3 |
* | with-dynamic-state compiler and VM support... | Andy Wingo | 2016-12-05 | 1 | -0/+5 |
* | Reimplement dynamic states... | Andy Wingo | 2016-12-05 | 1 | -5/+5 |
* | VM stack grows downward... | Andy Wingo | 2015-10-21 | 1 | -2/+1 |
* | Remove last use of SCM vm in VM... | Andy Wingo | 2013-11-21 | 1 | -1/+0 |
* | The dynamic stack records SP and FP values as offsets... | Andy Wingo | 2013-11-21 | 1 | -2/+6 |
* | All instruction pointers are now scm_t_uint32*... | Andy Wingo | 2013-11-19 | 1 | -2/+2 |
* | Add SCM_F_DYNSTACK_PROMPT_PUSH_NARGS prompt flag... | Andy Wingo | 2013-10-14 | 1 | -1/+2 |
* | Simplify dynstack API to only wind one fluid at a time... | Andy Wingo | 2013-06-28 | 1 | -9/+7 |
* | dynstack: pushing a prompt no longer allocates memory... | Andy Wingo | 2012-03-07 | 1 | -10/+12 |
* | the dynamic stack is really a stack now, instead of a list... | Andy Wingo | 2012-03-03 | 1 | -0/+206 |