mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-28 14:00:31 +02:00
* module/language/cps2/cse.scm: New file, ported from CPS. * module/language/cps2/optimize.scm: Wire up CSE. * module/Makefile.am: Add language/cps2/cse.scm. * module/language/cps/compile-bytecode.scm (optimize): Disable prune-top-level-scopes on old CPS. It seems to not work if CSE has run beforehand. |
||
---|---|---|
.. | ||
compile-cps.scm | ||
constructors.scm | ||
contification.scm | ||
cse.scm | ||
dce.scm | ||
effects-analysis.scm | ||
elide-values.scm | ||
optimize.scm | ||
prune-bailouts.scm | ||
prune-top-level-scopes.scm | ||
renumber.scm | ||
simplify.scm | ||
spec.scm | ||
specialize-primcalls.scm | ||
types.scm | ||
utils.scm | ||
with-cps.scm |