1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +02:00

Remove box instructions

* libguile/vm-engine.c (box, box-ref, box-set!): Remove these
  instructions.
* module/system/vm/assembler.scm: Remove assemblers for box-ref et al.
* libguile/vm.c (vm_error_not_a_variable): Remove unused function.
This commit is contained in:
Andy Wingo 2018-01-10 07:45:47 +01:00
parent 24f998e4d2
commit 02e52a4118
3 changed files with 5 additions and 54 deletions

View file

@ -173,9 +173,6 @@
emit-assert-nargs-ee/locals
emit-bind-kwargs
emit-bind-rest
emit-box
emit-box-ref
emit-box-set!
emit-make-closure
emit-free-ref
emit-free-set!