Backport from sid to buster
[hcoop/debian/mlton.git] / doc / guide / src / AllocateRegisters.adoc
1 AllocateRegisters
2 =================
3
4 <:AllocateRegisters:> is an analysis pass for the <:RSSA:>
5 <:IntermediateLanguage:>, invoked from <:ToMachine:>.
6
7 == Description ==
8
9 Computes an allocation of <:RSSA:> variables as <:Machine:> register
10 or stack operands.
11
12 == Implementation ==
13
14 * <!ViewGitFile(mlton,master,mlton/backend/allocate-registers.sig)>
15 * <!ViewGitFile(mlton,master,mlton/backend/allocate-registers.fun)>
16
17 == Details and Notes ==
18
19 {empty}