summaryrefslogtreecommitdiff
path: root/module/system/vm/vm.scm
AgeCommit message (Expand)AuthorFilesLines
2018-09-14VM manages hook sets itselfAndy Wingo1-3/+4
2018-08-06Remove push continuation hook; return hook runs before FP popAndy Wingo1-3/+2
2014-03-12Remove default soft stack limit; add call-with-stack-overflow-handlerAndy Wingo1-1/+2
2013-11-27Remove the restore-continuation-hook.Andy Wingo1-1/+1
2013-11-21No more VM objects visible to SchemeAndy Wingo1-2/+1
2013-11-21Remove unused vm:ip, vm:sp, vm:fpAndy Wingo1-2/+0
2013-11-21Remove make-vm; there will be one vm per thread now.Andy Wingo1-2/+2
2010-09-27add call-with-vm; remove thread-vm bits; remove vm-apply; engines settable.Andy Wingo1-5/+4
2010-09-25remove vm-version, vm optionsAndy Wingo1-9/+0
2010-09-24Add `thread-vm' and `set-thread-vm!'.Ludovic Courtès1-1/+2
2010-09-16add vm-abort-continuation-hook, vm-restore-continuation-hookAndy Wingo1-1/+2
2010-09-16trim our set of vm hooksAndy Wingo1-2/+3
2010-03-16rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0Andy Wingo1-1/+2
2010-01-07tc7 tags for vm-related dataAndy Wingo1-3/+3
2009-12-21rework vm tracingAndy Wingo1-1/+1
2009-12-11vm no longer measures bogoclock or times, relies on os for thatAndy Wingo1-1/+1
2009-11-17Fix copyright headers.Ludovic Courtès1-16/+15
2009-03-27frame, program, objcode, etc inits use load-extensionAndy Wingo1-1/+1
2009-01-29static opcodes; refactor program/objcode division; use new assembly pipelineAndy Wingo1-2/+2
2008-12-26remove heap links in VM frames, incorporate vm frames into normal backtracesAndy Wingo1-27/+6
2008-10-11truly thread-local vms; don't compile popen.scmAndy Wingo1-1/+1
2008-09-24the vm is a fluidAndy Wingo1-1/+1
2008-09-09use #:keywords in module/*.scm, not :keywordsAndy Wingo1-3/+3
2008-08-21merge guile-vm into libguile itselfAndy Wingo1-1/+1
2008-08-08improve source loc info in nonlocal exits and backtracesAndy Wingo1-2/+2
2008-08-07vm backtrace improvementsAndy Wingo1-1/+1
2008-08-07big reorg of scheme modules -- e.g. programs.c -> (system vm program)Andy Wingo1-0/+62