summaryrefslogtreecommitdiff
path: root/libguile/frames.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-28Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-4/+4
2009-08-20programs have their own tc7 nowAndy Wingo1-1/+1
2009-08-20reorder frame layoutAndy Wingo1-3/+3
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-47/+18
2009-07-23remove "externals" from the vmAndy Wingo1-11/+1
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-05-26adjust VM copyright notices to LGPL, use SCM_INTERNAL/API properlyAndy Wingo1-36/+13
2009-04-05Avoid uses of deprecated forms in the VM code.Ludovic Courtès1-1/+2
2009-03-27frame, program, objcode, etc inits use load-extensionAndy Wingo1-0/+2
2009-03-22Remove unneeded VM SMOB mark/free procedures.Ludovic Courtès1-16/+1
2009-03-17non-srcdir build fixesAndy Wingo1-1/+1
2009-02-05fix the ping-pong between evaluator and vm stacks in make-stackAndy Wingo1-0/+14
2009-01-29static opcodes; refactor program/objcode division; use new assembly pipelineAndy Wingo1-5/+6
2008-12-26remove heap links in VM frames, incorporate vm frames into normal backtracesAndy Wingo1-69/+161
2008-09-13add a multiple values return address to stack framesAndy Wingo1-0/+12
2008-08-21merge guile-vm into libguile itselfAndy Wingo1-0/+197