| Commit message (Expand) | Author | Age | Files | Lines |
* | VM continuations store FP/SP by offset... | Andy Wingo | 2017-02-12 | 1 | -2/+9 |
* | Add suspendable-continuation?... | Andy Wingo | 2016-12-12 | 1 | -0/+1 |
* | Identify boot continuations by code, not closure... | Andy Wingo | 2015-12-01 | 1 | -0/+1 |
* | Remove sp from scm_vm_cont... | Andy Wingo | 2015-10-21 | 1 | -3/+0 |
* | VM stack grows downward... | Andy Wingo | 2015-10-21 | 1 | -10/+15 |
* | make-stack works on delimited continuations... | Andy Wingo | 2014-04-16 | 1 | -0/+1 |
* | Remove default soft stack limit; add call-with-stack-overflow-handler... | Andy Wingo | 2014-03-12 | 1 | -1/+4 |
* | Return unused parts of the stack to the OS... | Andy Wingo | 2014-01-31 | 1 | -3/+4 |
* | Remove the restore-continuation-hook.... | Andy Wingo | 2013-11-27 | 1 | -2/+0 |
* | Expandable stacks.... | Andy Wingo | 2013-11-22 | 1 | -0/+1 |
* | Allocate stacks using mmap, and mark them via the thread marker... | Andy Wingo | 2013-11-22 | 1 | -0/+6 |
* | Remove scm_tc7_vm... | Andy Wingo | 2013-11-21 | 1 | -10/+0 |
* | scm_the_vm now returns raw struct scm_vm pointer... | Andy Wingo | 2013-11-21 | 1 | -3/+1 |
* | Reorder struct scm_vm fields.... | Andy Wingo | 2013-11-21 | 1 | -2/+2 |
* | No more VM objects visible to Scheme... | Andy Wingo | 2013-11-21 | 1 | -1/+0 |
* | VM accessors take VM as implicit argument, not explicit argument... | Andy Wingo | 2013-11-21 | 1 | -12/+12 |
* | Remove unused vm:ip, vm:sp, vm:fp... | Andy Wingo | 2013-11-21 | 1 | -3/+0 |
* | Remove make-vm; there will be one vm per thread now.... | Andy Wingo | 2013-11-21 | 1 | -3/+0 |
* | Lingering RTL excision in vm.c... | Andy Wingo | 2013-11-19 | 1 | -2/+0 |
* | All instruction pointers are now scm_t_uint32*... | Andy Wingo | 2013-11-19 | 1 | -3/+3 |
* | Remove MVRA accessors in libguile... | Andy Wingo | 2013-11-15 | 1 | -2/+2 |
* | VM has "builtins": primitives addressable by emitted RTL code... | Andy Wingo | 2013-10-27 | 1 | -1/+2 |
* | dynstack: pushing a prompt no longer allocates memory... | Andy Wingo | 2012-03-07 | 1 | -1/+0 |
* | the dynamic stack is really a stack now, instead of a list... | Andy Wingo | 2012-03-03 | 1 | -2/+4 |
* | refactor tc7 and tc16 checks... | Andy Wingo | 2011-10-24 | 1 | -2/+2 |
* | Fix prototype of `scm_the_vm'.... | Ludovic Courtès | 2011-02-13 | 1 | -2/+2 |
* | add call-with-vm; remove thread-vm bits; remove vm-apply; engines settable.... | Andy Wingo | 2010-09-27 | 1 | -4/+9 |
* | remove vm-version, vm options... | Andy Wingo | 2010-09-25 | 1 | -4/+0 |
* | Remove unused declarations.... | Ludovic Courtès | 2010-09-24 | 1 | -2/+0 |
* | Add `thread-vm' and `set-thread-vm!'.... | Ludovic Courtès | 2010-09-24 | 1 | -0/+2 |
* | add vm-abort-continuation-hook, vm-restore-continuation-hook... | Andy Wingo | 2010-09-16 | 1 | -0/+4 |
* | trim our set of vm hooks... | Andy Wingo | 2010-09-16 | 1 | -16/+10 |
* | %start-stack in Scheme, in terms of prompts... | Andy Wingo | 2010-03-09 | 1 | -1/+0 |
* | error if given an unrewindable partial continuation... | Andy Wingo | 2010-02-25 | 1 | -2/+2 |
* | actually capture partial continuations... | Andy Wingo | 2010-02-22 | 1 | -0/+9 |
* | abort always dispatches to VM bytecode, to detect same-invocation aborts... | Andy Wingo | 2010-02-22 | 1 | -0/+1 |
* | continuations return multiple values on the stack... | Andy Wingo | 2010-02-08 | 1 | -4/+2 |
* | scm_i_make_continuation takes vm and vm_cont args explicitly... | Andy Wingo | 2010-02-08 | 1 | -2/+2 |
* | tc7 tags for vm-related data... | Andy Wingo | 2010-01-07 | 1 | -5/+8 |
* | properly integrate vm bootstrapping into init.c... | Andy Wingo | 2010-01-07 | 1 | -1/+2 |
* | rework vm tracing... | Andy Wingo | 2009-12-21 | 1 | -3/+4 |
* | vm no longer measures bogoclock or times, relies on os for that... | Andy Wingo | 2009-12-11 | 1 | -3/+0 |
* | fix SCM_CELL macro usage.... | Andy Wingo | 2009-12-08 | 1 | -1/+1 |
* | remove debug frames... | Andy Wingo | 2009-12-03 | 1 | -0/+1 |
* | programs have their own tc7 now... | Andy Wingo | 2009-08-20 | 1 | -3/+3 |
* | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | adjust VM copyright notices to LGPL, use SCM_INTERNAL/API properly... | Andy Wingo | 2009-05-26 | 1 | -67/+43 |
* | scm_call_N doesn't cons for calling programs... | Andy Wingo | 2009-02-05 | 1 | -1/+1 |
* | enable multiple vm engines (regular, debug, ...)... | Andy Wingo | 2009-02-04 | 1 | -0/+10 |
* | fix marking empty VM continuations... | Andy Wingo | 2009-01-13 | 1 | -2/+2 |