MLton 20100608 ConstantPropagation
Home  Index  
ConstantPropagation is an optimization pass for the SSA IntermediateLanguage, invoked from SSASimplify.

Description

This is whole-program constant propagation, even through data structures. It also performs globalization of (small) values computed once.

Uses Multi.

Implementation

[WWW]constant-propagation.sig [WWW]constant-propagation.fun

Details and Notes


Last edited on 2009-08-02 21:45:51 by MatthewFluet.