Commit fb544601 by Jan Hubicka Committed by Jan Hubicka

* invoke.texi: Fix syntax error in previous patch.

From-SVN: r75681
parent 3b3bfc0e
2004-01-11 Jan Hubicka <jh@suse.cz> 2004-01-11 Jan Hubicka <jh@suse.cz>
* invoke.texi: Fix syntax error in previous patch.
Partial fix for PR opt/10776 Partial fix for PR opt/10776
* Makefile.in (reload.o): Include param.h * Makefile.in (reload.o): Include param.h
* params.def (PARAM_MAX_RELOAD_SEARCH_INSNS): New parameter. * params.def (PARAM_MAX_RELOAD_SEARCH_INSNS): New parameter.
......
...@@ -4853,14 +4853,12 @@ parameter very large effectively disables garbage collection. Setting ...@@ -4853,14 +4853,12 @@ parameter very large effectively disables garbage collection. Setting
this parameter and @option{ggc-min-expand} to zero causes a full this parameter and @option{ggc-min-expand} to zero causes a full
collection to occur at every opportunity. collection to occur at every opportunity.
@table @gcctabopt
@item max-reload-search-insns @item max-reload-search-insns
The maximum number of instruction reload should look backward for equivalent The maximum number of instruction reload should look backward for equivalent
register. Increasing values mean more aggressive optimization, making the register. Increasing values mean more aggressive optimization, making the
compile time increase with probably slightly better performance. The default compile time increase with probably slightly better performance. The default
value is 100. value is 100.
@item reorder-blocks-duplicate @item reorder-blocks-duplicate
@itemx reorder-blocks-duplicate-feedback @itemx reorder-blocks-duplicate-feedback
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment