Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-12 | VM continuations store FP/SP by offset | Andy Wingo | 1 | -3/+24 |
2017-02-12 | Avoid reading garbage from dynstack | Andy Wingo | 1 | -0/+1 |
2017-02-07 | Avoid stacks in dynamically-bound values | Andy Wingo | 1 | -0/+49 |
2016-12-05 | with-dynamic-state compiler and VM support | Andy Wingo | 1 | -0/+51 |
2016-12-05 | Reimplement dynamic states | Andy Wingo | 1 | -2/+3 |
2015-10-21 | VM stack grows downward | Andy Wingo | 1 | -2/+2 |
2013-11-21 | The dynamic stack records SP and FP values as offsets | Andy Wingo | 1 | -12/+12 |
2013-11-19 | All instruction pointers are now scm_t_uint32* | Andy Wingo | 1 | -3/+3 |
2013-06-28 | Simplify dynstack API to only wind one fluid at a time | Andy Wingo | 1 | -46/+39 |
2012-03-07 | dynstack: pushing a prompt no longer allocates memory | Andy Wingo | 1 | -25/+37 |
2012-03-03 | the dynamic stack is really a stack now, instead of a list | Andy Wingo | 1 | -0/+544 |