give some more info on global optimizer

This commit is contained in:
ceriel
1988-06-13 15:57:21 +00:00
parent 330213ca7e
commit e4add7431d

View File

@@ -182,6 +182,12 @@ Cross jumping.
.IP \-s<num> .IP \-s<num>
Give an indication to the IL phase, how much bigger the program may get. Give an indication to the IL phase, how much bigger the program may get.
The IL phase will not make the program bigger when given \-s0. The IL phase will not make the program bigger when given \-s0.
.IP \-Q
Give some statistics.
.IP \-T
Optimize for time.
.IP \-S
Optimize for size.
.RE .RE
.IP "" .IP ""
The default options are: -CJ -BO -SP. The default options are: -CJ -BO -SP.