Age | Commit message (Expand) | Author | Files | Lines |
2018-09-14 | VM manages hook sets itself | Andy Wingo | 1 | -3/+4 |
2018-08-06 | Remove push continuation hook; return hook runs before FP pop | Andy Wingo | 1 | -3/+2 |
2014-03-12 | Remove default soft stack limit; add call-with-stack-overflow-handler | Andy Wingo | 1 | -1/+2 |
2013-11-27 | Remove the restore-continuation-hook. | Andy Wingo | 1 | -1/+1 |
2013-11-21 | No more VM objects visible to Scheme | Andy Wingo | 1 | -2/+1 |
2013-11-21 | Remove unused vm:ip, vm:sp, vm:fp | Andy Wingo | 1 | -2/+0 |
2013-11-21 | Remove make-vm; there will be one vm per thread now. | Andy Wingo | 1 | -2/+2 |
2010-09-27 | add call-with-vm; remove thread-vm bits; remove vm-apply; engines settable. | Andy Wingo | 1 | -5/+4 |
2010-09-25 | remove vm-version, vm options | Andy Wingo | 1 | -9/+0 |
2010-09-24 | Add `thread-vm' and `set-thread-vm!'. | Ludovic Courtès | 1 | -1/+2 |
2010-09-16 | add vm-abort-continuation-hook, vm-restore-continuation-hook | Andy Wingo | 1 | -1/+2 |
2010-09-16 | trim our set of vm hooks | Andy Wingo | 1 | -2/+3 |
2010-03-16 | rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0 | Andy Wingo | 1 | -1/+2 |
2010-01-07 | tc7 tags for vm-related data | Andy Wingo | 1 | -3/+3 |
2009-12-21 | rework vm tracing | Andy Wingo | 1 | -1/+1 |
2009-12-11 | vm no longer measures bogoclock or times, relies on os for that | Andy Wingo | 1 | -1/+1 |
2009-11-17 | Fix copyright headers. | Ludovic Courtès | 1 | -16/+15 |
2009-03-27 | frame, program, objcode, etc inits use load-extension | Andy Wingo | 1 | -1/+1 |
2009-01-29 | static opcodes; refactor program/objcode division; use new assembly pipeline | Andy Wingo | 1 | -2/+2 |
2008-12-26 | remove heap links in VM frames, incorporate vm frames into normal backtraces | Andy Wingo | 1 | -27/+6 |
2008-10-11 | truly thread-local vms; don't compile popen.scm | Andy Wingo | 1 | -1/+1 |
2008-09-24 | the vm is a fluid | Andy Wingo | 1 | -1/+1 |
2008-09-09 | use #:keywords in module/*.scm, not :keywords | Andy Wingo | 1 | -3/+3 |
2008-08-21 | merge guile-vm into libguile itself | Andy Wingo | 1 | -1/+1 |
2008-08-08 | improve source loc info in nonlocal exits and backtraces | Andy Wingo | 1 | -2/+2 |
2008-08-07 | vm backtrace improvements | Andy Wingo | 1 | -1/+1 |
2008-08-07 | big reorg of scheme modules -- e.g. programs.c -> (system vm program) | Andy Wingo | 1 | -0/+62 |