remove conv.scm, disasm.scm; objcode->bytecode rename
authorAndy Wingo <wingo@pobox.com>
Fri, 30 Jan 2009 13:36:49 +0000 (14:36 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 30 Jan 2009 13:36:49 +0000 (14:36 +0100)
commit9bb8012dd63869682edf2af5f708430646eabef5
treed5bbefad9df87e3bce7eec56296c30f02c34b9dc
parentd7236899f5752fab1ad1e8d3e5b51cfe18abe5c7
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.
libguile/objcodes.c
libguile/objcodes.h
module/language/bytecode/spec.scm
module/system/repl/command.scm
module/system/vm/Makefile.am
module/system/vm/conv.scm [deleted file]
module/system/vm/disasm.scm [deleted file]
module/system/vm/frame.scm
module/system/vm/objcode.scm
scripts/disassemble
testsuite/run-vm-tests.scm