1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module/language/tree-il
Andy Wingo aaae0d5ab3 "fix" <let>-bound lambda expressions too
* module/language/tree-il/compile-glil.scm (compile-glil): Compute
  warnings before optimizing, as unreferenced variables will be
  optimized out.

* libguile/_scm.h: Fix C99 comment.

* module/language/tree-il/fix-letrec.scm (partition-vars): Also analyze
  let-bound vars.
  (fix-letrec!): Fix a bug whereby a set! to an unreffed var would be
  called for value, not effect. Also "fix" <let>-bound lambda
  expressions -- really speeds up pmatch.

* test-suite/tests/tree-il.test ("lexical sets", "the or hack"): Update
  to take into account the new optimizations.
2009-08-12 21:29:08 +02:00
..
analyze.scm lambda, the ultimate goto 2009-08-07 19:06:15 +02:00
compile-glil.scm "fix" <let>-bound lambda expressions too 2009-08-12 21:29:08 +02:00
fix-letrec.scm "fix" <let>-bound lambda expressions too 2009-08-12 21:29:08 +02:00
inline.scm actually implement "fixing letrec" 2009-08-06 16:01:24 +02:00
optimize.scm let-values in terms of syntax-case, add make-tree-il-folder 2009-08-05 21:35:30 +02:00
primitives.scm loop detection in the house 2009-08-06 17:46:38 +02:00
spec.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00