mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 06:20:23 +02:00
* module/language/tree-il/peval.scm (<operand>): Instead of having a `residualize?' field, have it be a use count. (peval): Adapt to <operand> change. Add function to kill uses of an operand. Use it in the <prompt> inliner. Add another kind of degenerate prompt to elide. We should really switch to CPS though, as that will allow us to contify more aggressively. * test-suite/tests/peval.test ("partial evaluation"): Adapt (while #t #t) test, which was sensitive to how far the recursive inlining got. Add a test for the degenerate prompt elision. |
||
---|---|---|
.. | ||
ice-9 | ||
language | ||
oop | ||
rnrs | ||
scripts | ||
srfi | ||
sxml | ||
system | ||
texinfo | ||
web | ||
Makefile.am | ||
rnrs.scm | ||
statprof.scm | ||
texinfo.scm |