mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
* module/language/tree-il/fix-letrec.scm: Update algorithm to use approach from "Fixing Letrec (reloaded)", which sorts mutually recursive bindings by using Tarjan's algorithm to partition the bindings into strongly-connected components. The result is that users can use letrec* or internal definitions and get a result that is as efficient as manual placement of let / letrec. |
||
---|---|---|
.. | ||
ice-9 | ||
language | ||
oop | ||
rnrs | ||
scripts | ||
srfi | ||
sxml | ||
system | ||
texinfo | ||
web | ||
Makefile.am | ||
rnrs.scm | ||
statprof.scm | ||
texinfo.scm |