MLton 20051202 ConstantPropagation
Home  Index  
Constant propagation 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 2005-12-01 02:56:45 by StephenWeeks.