1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 18:20:22 +02:00
guile/module/system/vm
Andy Wingo 972275eee5 VM accessors take VM as implicit argument, not explicit argument
* libguile/vm.h:
* libguile/vm.c:
  (scm_vm_apply_hook, scm_vm_push_continuation_hook,
  scm_vm_pop_continuation_hook, scm_vm_abort_continuation_hook,
  scm_vm_restore_continuation_hook, scm_vm_next_hook,
  scm_vm_trace_level, scm_set_vm_trace_level_x, scm_vm_engine,
  scm_set_vm_engine_x, scm_c_set_vm_engine_x): The VM argument is now
  implicit: the VM for the current thread.

* doc/ref/api-debug.texi (VM Hooks): Try to adapt.

* module/ice-9/command-line.scm:
* module/statprof.scm:
* module/system/vm/coverage.scm:
* module/system/vm/trace.scm:
* module/system/vm/trap-state.scm:
* module/system/vm/traps.scm:
* test-suite/tests/control.test:
* test-suite/tests/eval.test: Adapt users that set hooks or ensure that
  we have a debug engine.
2013-11-21 16:10:41 +01:00
..
assembler.scm (system vm instruction) rtl-instruction-list -> (language rtl) instruction-list 2013-11-19 20:45:57 +01:00
coverage.scm VM accessors take VM as implicit argument, not explicit argument 2013-11-21 16:10:41 +01:00
debug.scm Rename objcodes?.{scm,c,h} to loader.{scm,c,h} 2013-11-19 21:45:07 +01:00
disassembler.scm Rename objcodes?.{scm,c,h} to loader.{scm,c,h} 2013-11-19 21:45:07 +01:00
dwarf.scm DWARF return arity fixen 2013-10-29 22:53:46 +01:00
elf.scm Rename DT_GUILE_VM_VERSION. 2013-11-19 20:02:15 +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 linker string tables are stateful objects 2013-06-09 16:04:12 +02: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 VM accessors take VM as implicit argument, not explicit argument 2013-11-21 16:10:41 +01:00
trap-state.scm VM accessors take VM as implicit argument, not explicit argument 2013-11-21 16:10:41 +01:00
traps.scm VM accessors take VM as implicit argument, not explicit argument 2013-11-21 16:10:41 +01:00
vm.scm Remove unused vm:ip, vm:sp, vm:fp 2013-11-21 15:02:36 +01:00