1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-03 18:50:19 +02:00
guile/module/language/glil
Andy Wingo de45d8eef9 add assert-nargs-ee/locals instruction
* libguile/vm-i-system.c (assert-nargs-ee/locals): New instruction, a
  combination of assert-nargs-ee and reserve-locals in the case in which
  nreq and nlocs can both be represented in 8 bits.

* module/language/glil/compile-assembly.scm (glil->assembly): Add
  compiler case.

* doc/ref/vm.texi (Function Prologue Instructions): Update docs.
2010-05-02 13:41:31 +02:00
..
compile-assembly.scm add assert-nargs-ee/locals instruction 2010-05-02 13:41:31 +02:00
decompile-assembly.scm %nil -> #nil 2010-04-09 14:17:04 +02:00
spec.scm remove `version' field from <language> 2010-05-02 11:19:13 +02:00