1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 19:50:23 +02:00
guile/module/system/vm
Andy Wingo 9ab8f3d807 tree-il-src is a vector, replaces tree-il-srcv
* module/language/tree-il.scm (tree-il-src): Always a vector now;
tree-il-srcv is gone.  An incompatible change but we are in the
compiler.
(location): For parse-tree-il, make vector locations instead of alists.
* module/language/tree-il/analyze.scm:
* module/language/tree-il/compile-bytecode.scm:
* module/language/tree-il/compile-cps.scm:
* module/language/tree-il/debug.scm:
* module/language/tree-il/letrectify.scm:
* module/language/tree-il/peval.scm:
* module/system/vm/assembler.scm: Update all uses to expect vectors
instead of alists and to use tree-il-src instead of tree-il-srcv.
* module/language/elisp/compile-tree-il.scm (location): Create vectors,
not alists.
* test-suite/tests/compiler.test ("psyntax"): Update syntax-source
expectation.
2025-05-12 13:45:21 +02:00
..
assembler.scm tree-il-src is a vector, replaces tree-il-srcv 2025-05-12 13:45:21 +02:00
coverage.scm Add missing #:modules argument for coverage-data->lcov. 2022-06-16 10:01:06 +02:00
debug.scm Fix frame-call-representation for callees without closures 2019-11-27 15:04:55 +01:00
disassembler.scm Better compilation of calls to raise-exception 2023-08-28 12:11:19 +02:00
dwarf.scm Remove unnecessary module imports. 2023-02-24 16:49:00 +01:00
elf.scm Remove unnecessary module imports. 2023-02-24 16:49:00 +01:00
frame.scm Remove unnecessary module imports. 2023-02-24 16:49:00 +01:00
inspect.scm Remove unnecessary module imports. 2023-02-24 16:49:00 +01:00
linker.scm linker: Create a sparse file only when writing to a file port. 2024-04-16 00:34:01 +02:00
loader.scm Rename objcodes?.{scm,c,h} to loader.{scm,c,h} 2013-11-19 21:45:07 +01:00
program.scm Remove unnecessary module imports. 2023-02-24 16:49:00 +01:00
trace.scm Remove unnecessary module imports. 2023-02-24 16:49:00 +01:00
trap-state.scm Remove unnecessary module imports. 2023-02-24 16:49:00 +01:00
traps.scm Fix error messages containing format strings 2024-05-06 11:51:53 +02:00
vm.scm VM manages hook sets itself 2018-09-14 08:52:24 +02:00