1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00
guile/module/system/vm
Andy Wingo d145b57baf Minor updates for Scheme runtime (statprof, backtraces)
* module/system/vm/frame.scm: Add a comment about a case that we need to
  handle in the future.
* module/statprof.scm (statprof-proc-call-data): Always use the program
  code as the key, even for primitives.
2018-08-06 13:34:48 +02:00
..
assembler.scm Emit instrument-entry before programs 2018-07-29 15:47:07 +02:00
coverage.scm No more VM objects visible to Scheme 2013-11-21 16:45:03 +01:00
debug.scm Rename gc-pointer-ref to pointer-ref 2018-01-14 13:40:05 +01:00
disassembler.scm Rework VM approach to shuffling unknown numbers of args 2018-07-20 11:42:30 +02:00
dwarf.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
elf.scm elf: Add missing argument in 'elf-segment'. 2015-03-30 15:19:58 +02:00
frame.scm Minor updates for Scheme runtime (statprof, backtraces) 2018-08-06 13:34:48 +02:00
inspect.scm Remove assembly language. 2013-11-08 16:45:10 +01:00
linker.scm 64KB segment alignment 2017-03-08 22:49:24 +01:00
loader.scm Rename objcodes?.{scm,c,h} to loader.{scm,c,h} 2013-11-19 21:45:07 +01:00
program.scm Rewrite subr implementation 2018-07-29 15:47:07 +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 'frame-matcher' doesn't crash when the last IP is unknown. 2017-10-25 10:48:50 -07:00
vm.scm Remove default soft stack limit; add call-with-stack-overflow-handler 2014-03-12 17:18:13 +01:00