1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00
guile/module/language
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
..
assembly remove `version' field from <language> 2010-05-02 11:19:13 +02:00
brainfuck remove `version' field from <language> 2010-05-02 11:19:13 +02:00
bytecode remove `version' field from <language> 2010-05-02 11:19:13 +02:00
ecmascript remove `version' field from <language> 2010-05-02 11:19:13 +02:00
elisp remove `version' field from <language> 2010-05-02 11:19:13 +02:00
glil add assert-nargs-ee/locals instruction 2010-05-02 13:41:31 +02:00
objcode remove `version' field from <language> 2010-05-02 11:19:13 +02:00
scheme fix a comment about environments and the scheme compiler 2010-05-02 11:19:46 +02:00
tree-il rename vars' field in tree-il binding constructs to gensyms' 2010-05-02 11:22:23 +02:00
value remove `version' field from <language> 2010-05-02 11:19:13 +02:00
assembly.scm %nil -> #nil 2010-04-09 14:17:04 +02:00
glil.scm prompt handlers are always inline 2010-02-19 15:30:34 +01:00
objcode.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
tree-il.scm rename vars' field in tree-il binding constructs to gensyms' 2010-05-02 11:22:23 +02:00