1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-07 18:30:25 +02:00
guile/module/system/repl
Andy Wingo 9bb8012dd6 remove conv.scm, disasm.scm; objcode->bytecode rename
* module/system/vm/Makefile.am:
* module/system/vm/conv.scm:
* module/system/vm/disasm.scm: Remove these modules, as their
  functionality is now in (language ...).

* libguile/objcodes.h:
* libguile/objcodes.c:
* module/system/vm/objcode.scm: Rename objcode->u8vector to
  objcode->bytecode.

* module/system/vm/frame.scm:
* module/language/bytecode/spec.scm: Fix for objcode->bytecode.

* scripts/disassemble:
* testsuite/run-vm-tests.scm: Fix for (system vm disasm) removal.

* module/system/repl/command.scm: Use the right disassembler.
2009-01-30 14:36:49 +01:00
..
command.scm remove conv.scm, disasm.scm; objcode->bytecode rename 2009-01-30 14:36:49 +01:00
common.scm nifty generic compiler infrastructure -- no more hardcoded passes 2008-11-14 22:42:31 +01:00
describe.scm use #:keywords in module/*.scm, not :keywords 2008-09-09 06:58:25 +02:00
Makefile.am move guilec.mk to am/guilec 2008-11-01 13:05:10 +01:00
repl.scm finish compiler.texi, woo 2009-01-11 14:23:48 +01:00