Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / src / ToRSSA.adoc
1 ToRSSA
2 ======
3
4 <:ToRSSA:> is a translation pass from the <:SSA2:>
5 <:IntermediateLanguage:> to the <:RSSA:> <:IntermediateLanguage:>.
6
7 == Description ==
8
9 This pass converts a <:SSA2:> program into a <:RSSA:> program.
10
11 It uses <:PackedRepresentation:>.
12
13 == Implementation ==
14
15 * <!ViewGitFile(mlton,master,mlton/backend/ssa-to-rssa.sig)>
16 * <!ViewGitFile(mlton,master,mlton/backend/ssa-to-rssa.fun)>
17
18 == Details and Notes ==
19
20 {empty}