mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
"RTL" didn't make any sense, and now that there's no other bytecode to disambiguate against, just call it bytecode. * module/Makefile.am: * module/ice-9/eval-string.scm: * module/language/bytecode.scm: * module/language/bytecode/spec.scm: * module/language/cps/arities.scm: * module/language/cps/compile-bytecode.scm: * module/language/cps/compile-rtl.scm: * module/language/cps/contification.scm: * module/language/cps/elide-values.scm: * module/language/cps/primitives.scm: * module/language/cps/reify-primitives.scm: * module/language/cps/spec.scm: * module/language/cps/specialize-primcalls.scm: * module/language/rtl.scm: * module/language/rtl/spec.scm: * module/scripts/compile.scm: * module/system/base/compile.scm: * module/system/repl/common.scm: * module/system/vm/assembler.scm: * module/system/vm/debug.scm: * module/system/vm/disassembler.scm: * module/system/vm/dwarf.scm: * test-suite/tests/cross-compilation.test: * test-suite/tests/dwarf.test: * test-suite/tests/rtl-compilation.test: * test-suite/tests/rtl.test: * test-suite/vm/run-vm-tests.scm: Fixups. |
||
---|---|---|
.. | ||
Makefile.am | ||
run-vm-tests.scm | ||
t-basic-contructs.scm | ||
t-call-cc.scm | ||
t-catch.scm | ||
t-closure.scm | ||
t-closure2.scm | ||
t-closure3.scm | ||
t-closure4.scm | ||
t-do-loop.scm | ||
t-global-bindings.scm | ||
t-literal-integers.scm | ||
t-macros.scm | ||
t-macros2.scm | ||
t-map.scm | ||
t-match.scm | ||
t-mutual-toplevel-defines.scm | ||
t-or.scm | ||
t-proc-with-setter.scm | ||
t-quasiquote.scm | ||
t-records.scm | ||
t-values.scm |