mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
* module/language/cps2/optimize.scm: Move comments here from cps/compile-bytecode.scm. * module/language/cps/compile-bytecode.scm: Remove optimization and closure conversion calls, since CPS2 does this for us. * module/language/cps2/compile-cps.scm (compile-cps): Use set! to save memory at bootstrap-time. Optimize first-order CPS, to get rid of strangeness introduced in closure conversion. |
||
---|---|---|
.. | ||
closure-conversion.scm | ||
compile-bytecode.scm | ||
constructors.scm | ||
contification.scm | ||
cse.scm | ||
dce.scm | ||
dfg.scm | ||
effects-analysis.scm | ||
elide-values.scm | ||
intmap.scm | ||
intset.scm | ||
primitives.scm | ||
prune-bailouts.scm | ||
prune-top-level-scopes.scm | ||
reify-primitives.scm | ||
renumber.scm | ||
self-references.scm | ||
simplify.scm | ||
slot-allocation.scm | ||
spec.scm | ||
specialize-primcalls.scm | ||
type-fold.scm | ||
types.scm | ||
verify.scm |