fixed some typos
This commit is contained in:
parent
bb1964e1d3
commit
101a129256
1 changed files with 4 additions and 4 deletions
|
@ -169,7 +169,7 @@ phases must be executed, using the following flags:
|
||||||
.IP \-EGO-IL
|
.IP \-EGO-IL
|
||||||
Inline substitution.
|
Inline substitution.
|
||||||
.IP \-EGO-CS
|
.IP \-EGO-CS
|
||||||
Commom subexpression elimination.
|
Common subexpression elimination.
|
||||||
.IP \-EGO-SR
|
.IP \-EGO-SR
|
||||||
Strength reduction.
|
Strength reduction.
|
||||||
.IP \-EGO-UD
|
.IP \-EGO-UD
|
||||||
|
@ -209,7 +209,7 @@ may even be run more than once. However, the following rules must be obeyed:
|
||||||
.RS
|
.RS
|
||||||
.IP -
|
.IP -
|
||||||
the Live Variable analysis phase (LV) must be run prior to the
|
the Live Variable analysis phase (LV) must be run prior to the
|
||||||
Register Alloacation phase (SA), as SA uses information produced by LV.
|
Register Allocation phase (SA), as SA uses information produced by LV.
|
||||||
.IP -
|
.IP -
|
||||||
SA should be the last phase.
|
SA should be the last phase.
|
||||||
.RE
|
.RE
|
||||||
|
@ -222,7 +222,7 @@ so it should be run as early as possible.
|
||||||
.IP -
|
.IP -
|
||||||
Use Definition analysis (UD) may introduce opportunities for LV.
|
Use Definition analysis (UD) may introduce opportunities for LV.
|
||||||
.IP -
|
.IP -
|
||||||
Strength Reduction (SR) may creaye opportunities for UD.
|
Strength Reduction (SR) may create opportunities for UD.
|
||||||
.RE
|
.RE
|
||||||
.IP ""
|
.IP ""
|
||||||
The global optimizer is a combiner, so, when using it, offer it all the source
|
The global optimizer is a combiner, so, when using it, offer it all the source
|
||||||
|
@ -369,7 +369,7 @@ input:name:output:description
|
||||||
\&.m:ego:.gk:EM global optimizer [10]
|
\&.m:ego:.gk:EM global optimizer [10]
|
||||||
\&.gk:opt2:.g:Second EM peephole optimizer
|
\&.gk:opt2:.g:Second EM peephole optimizer
|
||||||
\&.m .g:be:.s:backend
|
\&.m .g:be:.s:backend
|
||||||
\&.s:asopt:.so:target opotimizer
|
\&.s:asopt:.so:target optimizer
|
||||||
\&.s .so:asld:.out:Assembler/linker, Ack object format
|
\&.s .so:asld:.out:Assembler/linker, Ack object format
|
||||||
\&.s .so:as:.o:Assembler, relocatable object
|
\&.s .so:as:.o:Assembler, relocatable object
|
||||||
\&.o:ld:a.out:Linker, machine a.out format
|
\&.o:ld:a.out:Linker, machine a.out format
|
||||||
|
|
Loading…
Reference in a new issue