1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-10 11:20:28 +02:00
guile/module/system/vm
Andy Wingo 18f8fd0211 frame-call-representation has #:top-frame? as keyword argument
* module/system/vm/frame.scm (frame-call-representation): Change
  top-frame? argument to be a keyword instead of an optional argument.

* module/system/vm/trace.scm (print-application): Adapt caller.
2014-05-04 11:18:54 +02:00
..
assembler.scm Add make-vector opcode 2014-04-21 22:47:33 +02:00
coverage.scm No more VM objects visible to Scheme 2013-11-21 16:45:03 +01:00
debug.scm Add arity-code 2014-04-16 12:58:35 +02:00
disassembler.scm VM opcodes only have <24-bit slot operands in the first word 2014-04-20 11:52:14 +02:00
dwarf.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
elf.scm Add elf-symbol-value-offset, for properly relocating symtab entries 2014-02-16 15:58:44 +01:00
frame.scm frame-call-representation has #:top-frame? as keyword argument 2014-05-04 11:18:54 +02:00
inspect.scm Remove assembly language. 2013-11-08 16:45:10 +01:00
linker.scm PT_DYNAMIC inside some other PT_LOAD segment 2014-02-17 14:15:34 +01:00
loader.scm Rename objcodes?.{scm,c,h} to loader.{scm,c,h} 2013-11-19 21:45:07 +01:00
program.scm Fix inner and outer stack cuts to match on procedure code 2014-05-01 14:26:20 +02:00
trace.scm frame-call-representation has #:top-frame? as keyword argument 2014-05-04 11:18:54 +02: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 default soft stack limit; add call-with-stack-overflow-handler 2014-03-12 17:18:13 +01:00