summaryrefslogtreecommitdiff
path: root/module/system/vm/program.scm
Commit message (Expand)AuthorAgeFilesLines
...
* remove "externals" from the vmAndy Wingo2009-07-231-4/+3
* Switch remaining GPLv2+ Guile-VM headers to LGPLv3+.Ludovic Courtès2009-07-151-11/+10
* frame, program, objcode, etc inits use load-extensionAndy Wingo2009-03-271-1/+1
* export procedure-arguments from ice-9 sessionAndy Wingo2009-02-251-1/+13
* propagate much more source info through compilationAndy Wingo2009-02-101-7/+11
* tick in calls, procedure-name works on compiled proceduresAndy Wingo2009-02-021-18/+0
* static opcodes; refactor program/objcode division; use new assembly pipelineAndy Wingo2009-01-291-8/+10
* proper printing of thunks, reduced disasm verbosityAndy Wingo2008-11-021-1/+1
* fix use of `binding' data abstractionAndy Wingo2008-10-161-7/+11
* make disassembly better -- a more woven text.Andy Wingo2008-10-121-3/+3
* tweaks for printing programsAndy Wingo2008-09-131-1/+3
* programs can now get at their names, and print nicelyAndy Wingo2008-09-131-1/+21
* rework late binding resolution to be simpler and more efficientAndy Wingo2008-09-091-1/+1
* use #:keywords in module/*.scm, not :keywordsAndy Wingo2008-09-091-1/+1
* lazily load meta info, for less consageAndy Wingo2008-09-081-3/+6
* merge guile-vm into libguile itselfAndy Wingo2008-08-211-1/+1
* improve source loc info in nonlocal exits and backtracesAndy Wingo2008-08-081-0/+10
* fix stack corruption on vm-save-stack; more robust with nonlocal exitsAndy Wingo2008-08-071-1/+1
* big reorg of scheme modules -- e.g. programs.c -> (system vm program)Andy Wingo2008-08-071-0/+63