1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00
guile/module/system/vm
Andy Wingo ae4d761f7a Fix tracing
* module/system/vm/trace.scm (print-return): Remove frame argument.
  (trace-calls-to-procedure, trace-calls-in-procedure): Adapt callers.
* module/system/vm/traps.scm (trap-in-procedure, trap-frame-finish):
  (trap-calls-to-procedure): Since the pop continuation hook is now
  called after the continuation is popped, we need to check the right
  frame.  Fixes tail-calls in the trace root, and probably other things.
2014-01-28 21:31:17 +01:00
..
assembler.scm More precise stack marking via .guile.frame-maps section 2014-01-26 20:55:04 +01:00
coverage.scm No more VM objects visible to Scheme 2013-11-21 16:45:03 +01:00
debug.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
disassembler.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
dwarf.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
elf.scm More precise stack marking via .guile.frame-maps section 2014-01-26 20:55:04 +01:00
frame.scm (system vm instruction) rtl-instruction-list -> (language rtl) instruction-list 2013-11-19 20:45:57 +01:00
inspect.scm Remove assembly language. 2013-11-08 16:45:10 +01:00
linker.scm Fix section table writing for non-loadable sections 2013-12-10 20:03:59 +01:00
loader.scm Rename objcodes?.{scm,c,h} to loader.{scm,c,h} 2013-11-19 21:45:07 +01:00
program.scm (system vm instruction) rtl-instruction-list -> (language rtl) instruction-list 2013-11-19 20:45:57 +01:00
trace.scm Fix tracing 2014-01-28 21:31:17 +01:00
trap-state.scm No more VM objects visible to Scheme 2013-11-21 16:45:03 +01:00
traps.scm Fix tracing 2014-01-28 21:31:17 +01:00
vm.scm Remove the restore-continuation-hook. 2013-11-27 22:03:58 +01:00