1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-11 16:20:19 +02:00
guile/module/language/tree-il
Andy Wingo d6f1ce3d16 vector-ref and vector-set! now have opcodes
* module/language/tree-il/primitives.scm
  (*interesting-primitive-names*): Resolve vector-ref and vector-set!.

* module/language/tree-il/compile-glil.scm (*primcall-ops*): And compile
  vector-ref and vector-set! to their opcodes.

* libguile/vm-i-scheme.c (vector-ref, vector-set): New opcodes, placed
  before the bytevector ops. The renumbering shouldn't affect anyone,
  given that the bytevector ops were not yet used. Fix a few bugs in the
  bytevector ops.
2009-06-26 12:42:10 +02:00
..
analyze.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
compile-glil.scm vector-ref and vector-set! now have opcodes 2009-06-26 12:42:10 +02:00
optimize.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
primitives.scm vector-ref and vector-set! now have opcodes 2009-06-26 12:42:10 +02:00
spec.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00