mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
* module/language/cps/dfg.scm ($dfg): Change to store conts, blocks, and use-maps as vectors. A DFG also records the minimum label, minimum variable, and the number of labels and variables. The first entry in one of these vectors corresponds to the minimum. This can be optimum in the local case if the conts and variables have been renamed appropriately. Adapt callers. (compute-live-variables): Adapt. This is currently suboptimal but it works, so it's a useful base for optimization. |
||
---|---|---|
.. | ||
ice-9 | ||
language | ||
oop | ||
rnrs | ||
scripts | ||
srfi | ||
sxml | ||
system | ||
texinfo | ||
web | ||
Makefile.am | ||
rnrs.scm | ||
statprof.scm | ||
texinfo.scm |