Compile fluid-set! to VM opcode

* libguile/vm-engine.c (fluid-set!): Fix name of opcode to correspond
  with name of Tree-IL primitive.  Fixes compilation of fluid-set! to
  actually use the fluid-set! opcode.
* doc/ref/vm.texi (Dynamic Environment Instructions): Update.
* module/language/cps/compile-bytecode.scm (compile-function): Add
  fluid-set! case.
* module/system/vm/assembler.scm: Update export name for
  emit-fluid-set!.
This commit is contained in:
Andy Wingo 2016-11-27 21:54:14 +01:00
commit 8bd5dae8c3
4 changed files with 5 additions and 3 deletions

View file

@ -124,7 +124,7 @@
emit-pop-fluid
emit-current-thread
emit-fluid-ref
emit-fluid-set
emit-fluid-set!
emit-string-length
emit-string-ref
emit-string->number