1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-22 20:40:29 +02:00
guile/module/language/tree-il
Andy Wingo 05c51bcff5 use anonymous mv-bind in compile-glil.scm; fix abort compilation bug
* module/language/tree-il/compile-glil.scm (flatten): Change to use the
  anonymous <glil-mv-bind> form when truncating to 0 or 1 values. In
  those cases, remove the <glil-unbind> statements. As a side effect,
  fixes compilation of abort in a "values" context.

  Thanks to Tristan Colgate for the bug report.

* test-suite/tests/tree-il.test: Update to expect anonymous mv-bind.
2010-03-03 21:01:05 +01:00
..
analyze.scm abort always dispatches to VM bytecode, to detect same-invocation aborts 2010-02-22 21:54:06 +01:00
compile-glil.scm use anonymous mv-bind in compile-glil.scm; fix abort compilation bug 2010-03-03 21:01:05 +01:00
fix-letrec.scm rename <conditional> then and else to consequent and alternate 2009-12-11 12:00:27 +01:00
inline.scm ensure non-escape-only prompts have a thunk application as their body 2010-02-24 00:32:07 +01:00
optimize.scm compilation enviroments are always modules; simplifications & refactorings 2009-10-16 15:33:32 +02:00
primitives.scm abort always dispatches to VM bytecode, to detect same-invocation aborts 2010-02-22 21:54:06 +01:00
spec.scm fix brainfuck for new tree-il, and add tests 2009-10-23 15:10:25 +02:00