Age | Commit message (Expand) | Author | Files | Lines |
2013-11-21 | Heap frame "stack holders" are raw scm_vm / scm_vm_cont pointers | Andy Wingo | 1 | -10/+23 |
2013-11-21 | Heap frames have a "frame kind" bit | Andy Wingo | 1 | -4/+6 |
2013-11-21 | Scheme frame objects hold relative stack offsets | Andy Wingo | 1 | -8/+43 |
2013-11-19 | Remove RTL_ infix from macros | Andy Wingo | 1 | -1/+1 |
2013-11-19 | All instruction pointers are now scm_t_uint32* | Andy Wingo | 1 | -1/+1 |
2013-11-17 | Frame pointer points to local 0 instead of local 1 | Andy Wingo | 1 | -13/+13 |
2013-11-15 | Remove MVRA from VM frames | Andy Wingo | 1 | -40/+10 |
2013-11-15 | Remove MVRA accessors in libguile | Andy Wingo | 1 | -12/+0 |
2013-11-08 | Remove stack programs, objcode, and the old VM. | Andy Wingo | 1 | -24/+6 |
2013-11-07 | frame-instruction-pointer is absolute; rewrite (system vm coverage) | Andy Wingo | 1 | -24/+2 |
2013-11-07 | scm_from_uintptr_t / scm_from_ptrdiff_t usage | Andy Wingo | 1 | -11/+10 |
2013-10-17 | Stack traces skip RTL boot frames | Andy Wingo | 1 | -1/+2 |
2013-10-04 | better RTL debugging | Andy Wingo | 1 | -2/+6 |
2013-05-31 | add new rtl vm | Andy Wingo | 1 | -1/+11 |
2012-05-11 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -5/+16 |
2012-05-11 | fix more assumptions that the frame-procedure is a procedure | Andy Wingo | 1 | -5/+16 |
2012-05-10 | Merge remote-tracking branch 'local-2.0/stable-2.0' | Andy Wingo | 1 | -1/+6 |
2012-05-10 | refactor vm application of non-programs; boot continuation refactor | Andy Wingo | 1 | -1/+6 |
2012-01-30 | Merge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e' | Andy Wingo | 1 | -2/+9 |
2012-01-22 | Parenthesize and type `SCM_FRAME' macros; check layout of `scm_vm_frame'. | Ludovic Courtès | 1 | -2/+9 |
2011-11-08 | locking for putc, puts | Andy Wingo | 1 | -3/+3 |
2011-05-13 | more care regarding SCM_PACK and SCM_UNPACK | Andy Wingo | 1 | -3/+3 |
2011-03-15 | fix frame dynamic linkage in the face of partial continuation application | Andy Wingo | 1 | -3/+3 |
2011-02-11 | frame-source available in default environment | Andy Wingo | 1 | -9/+10 |
2010-11-19 | fix a number of assumptions that a pointer could fit into a long | Andy Wingo | 1 | -11/+10 |
2010-09-30 | add ,registers | Andy Wingo | 1 | -0/+11 |
2010-09-23 | add scm_frame_address / frame-address | Andy Wingo | 1 | -0/+10 |
2010-01-07 | tc7 tags for vm-related data | Andy Wingo | 1 | -14/+3 |
2010-01-07 | properly integrate vm bootstrapping into init.c | Andy Wingo | 1 | -2/+1 |
2009-12-29 | frames.c no longer exports frame-source -- frame.scm does so already | Andy Wingo | 1 | -14/+7 |
2009-12-29 | clean up (system vm frames), add locals command to debugger | Andy Wingo | 1 | -4/+0 |
2009-12-15 | Don't use GCC zero-length arrays. | Ludovic Courtès | 1 | -2/+7 |
2009-12-15 | expose frame-previous, once again | Andy Wingo | 1 | -6/+17 |
2009-12-03 | replace frame implementation with VM frames | Andy Wingo | 1 | -44/+45 |
2009-11-28 | Remove remaining uses of discouraged constructs. | Ludovic Courtès | 1 | -1/+1 |
2009-10-23 | runtime and debugging support for callee-parsed procedure args | Andy Wingo | 1 | -58/+94 |
2009-08-28 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -4/+4 |
2009-08-20 | programs have their own tc7 now | Andy Wingo | 1 | -1/+1 |
2009-08-20 | reorder frame layout | Andy Wingo | 1 | -3/+3 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -47/+18 |
2009-07-23 | remove "externals" from the vm | Andy Wingo | 1 | -11/+1 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-05-26 | adjust VM copyright notices to LGPL, use SCM_INTERNAL/API properly | Andy Wingo | 1 | -36/+13 |
2009-04-05 | Avoid uses of deprecated forms in the VM code. | Ludovic Courtès | 1 | -1/+2 |
2009-03-27 | frame, program, objcode, etc inits use load-extension | Andy Wingo | 1 | -0/+2 |
2009-03-22 | Remove unneeded VM SMOB mark/free procedures. | Ludovic Courtès | 1 | -16/+1 |
2009-03-17 | non-srcdir build fixes | Andy Wingo | 1 | -1/+1 |
2009-02-05 | fix the ping-pong between evaluator and vm stacks in make-stack | Andy Wingo | 1 | -0/+14 |
2009-01-29 | static opcodes; refactor program/objcode division; use new assembly pipeline | Andy Wingo | 1 | -5/+6 |
2008-12-26 | remove heap links in VM frames, incorporate vm frames into normal backtraces | Andy Wingo | 1 | -69/+161 |