1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-07 18:30:25 +02:00
guile/module/language/tree-il
Andy Wingo 39141c876b bytevector ops now compile down to low-level VM ops
* libguile/instructions.c (scm_instruction_list): Fix a longstanding bug
  in this humble function.

* libguile/vm-i-scheme.c (BV_FIXABLE_INT_SET, BV_INT_SET, BV_FLOAT_SET):
  Fix some bugs in these macros -- now the bytevector ops work.

* module/language/tree-il/compile-glil.scm (*primcall-ops*): Compile
  bytevector calls to VM ops.

* module/language/tree-il/primitives.scm
  (*interesting-primitive-names*): Resolve bytevector calls to primitive
  calls.
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 bytevector ops now compile down to low-level VM ops 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 bytevector ops now compile down to low-level VM ops 2009-06-26 12:42:10 +02:00
spec.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00