1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 09:40:25 +02:00

Re-add compiler backend support for immutable vectors

* module/language/cps/compile-bytecode.scm (compile-function): Add cases
  for mutable-vector? and immutable-vector?.
* module/system/vm/assembler.scm: Export emit-mutable-vector? and
  emit-immutable-vector?.
This commit is contained in:
Andy Wingo 2018-01-07 17:37:16 +01:00
parent 9b3c4612bd
commit 8ed5d9f237
2 changed files with 4 additions and 0 deletions

View file

@ -113,6 +113,8 @@
emit-symbol?
emit-variable?
emit-vector?
emit-mutable-vector?
emit-immutable-vector?
emit-weak-vector?
emit-string?
emit-heap-number?