1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-02 23:50:47 +02:00
guile/module/language
Andy Wingo 55d9bc947e callees reserve their own local vars
* libguile/_scm.h (SCM_OBJCODE_MINOR_VERSION): Bump.
* libguile/vm-i-system.c (reserve-locals): New instruction, to reserve
  space for local vars. Other ops renumbered.

* module/language/tree-il/compile-glil.scm (flatten-lambda): Emit
  reserve-locals instructions as necessary.

* test-suite/tests/tree-il.test: Update to expect reserve-locals as
  appropriate.
2009-10-23 14:51:18 +02:00
..
assembly Fix typos leading to unbound variable references. 2009-10-22 22:57:25 +02:00
brainfuck language-readers receive environment as an arg 2009-10-16 13:39:24 +02:00
bytecode language-readers receive environment as an arg 2009-10-16 13:39:24 +02:00
ecmascript Fix typos leading to unbound variable references. 2009-10-22 22:57:25 +02:00
glil runtime and debugging support for callee-parsed procedure args 2009-10-23 14:51:17 +02:00
objcode compilation enviroments are always modules; simplifications & refactorings 2009-10-16 15:33:32 +02:00
scheme compilation enviroments are always modules; simplifications & refactorings 2009-10-16 15:33:32 +02:00
tree-il callees reserve their own local vars 2009-10-23 14:51:18 +02:00
value Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
assembly.scm jumps encoded using 24 bits, not 19; blocks no longer aligned 2009-10-16 15:56:11 +02:00
glil.scm steps on the way to have the callee check the number of arguments 2009-10-23 14:51:17 +02:00
objcode.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
tree-il.scm Remove unused variables in system/language. 2009-09-21 00:36:31 +02:00