mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-05 19:50:23 +02:00
* 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. |
||
---|---|---|
.. | ||
assembler.scm | ||
coverage.scm | ||
debug.scm | ||
disassembler.scm | ||
dwarf.scm | ||
elf.scm | ||
frame.scm | ||
inspect.scm | ||
linker.scm | ||
loader.scm | ||
program.scm | ||
trace.scm | ||
trap-state.scm | ||
traps.scm | ||
vm.scm |