MLton 20100608 Globalize
Home  Index  
Globalize is an analysis pass for the SXML IntermediateLanguage, invoked from ClosureConvert.

Description

This pass marks values that are constant, allowing ClosureConvert to move them out to the top level so they are only evaluated once and do not appear in closures.

Implementation

[WWW]globalize.sig [WWW]globalize.fun

Details and Notes


Last edited on 2006-11-02 17:37:56 by MatthewFluet.