1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00
guile/module/system/vm
Andy Wingo 34cf09ccdf Rename internals of (system vm program) program-minimum-arity
* module/system/vm/debug.scm (find-program-minimum-arity): Rename from
  program-minimum-arity.

* module/system/vm/program.scm (program-minimum-arity): Rename from
  rtl-program-minimum-arity.

* libguile/programs.c (scm_i_program_arity): Adapt.
2013-11-19 19:45:56 +01:00
..
assembler.scm Rename scm_tc7_rtl_program to scm_tc7_program 2013-11-19 18:24:54 +01:00
coverage.scm rtl-program-code -> program-code 2013-11-19 19:36:27 +01:00
debug.scm Rename internals of (system vm program) program-minimum-arity 2013-11-19 19:45:56 +01:00
disassembler.scm rtl-program-code -> program-code 2013-11-19 19:36:27 +01:00
dwarf.scm DWARF return arity fixen 2013-10-29 22:53:46 +01:00
elf.scm Add runtime support for reading debug information from ELF 2013-06-09 19:50:30 +02:00
frame.scm rtl-program? -> program? 2013-11-19 19:11:40 +01:00
inspect.scm Remove assembly language. 2013-11-08 16:45:10 +01:00
instruction.scm Remove stack programs, objcode, and the old VM. 2013-11-08 18:28:24 +01:00
linker.scm linker string tables are stateful objects 2013-06-09 16:04:12 +02:00
objcode.scm Miscellaneous fixups related to objcode removal. 2013-11-08 17:42:54 +01:00
program.scm Rename internals of (system vm program) program-minimum-arity 2013-11-19 19:45:56 +01:00
trace.scm Frame pointer points to local 0 instead of local 1 2013-11-17 22:07:44 +01:00
trap-state.scm Program sources are always pre-retire now 2013-11-07 18:00:40 +01:00
traps.scm rtl-program-code -> program-code 2013-11-19 19:36:27 +01:00
vm.scm add call-with-vm; remove thread-vm bits; remove vm-apply; engines settable. 2010-09-27 21:12:29 +02:00