diff options
Diffstat (limited to 'gcc/doc/invoke.texi')
| -rw-r--r-- | gcc/doc/invoke.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 9099090..0b2b366 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -4859,6 +4859,11 @@ register. Increasing values mean more aggressive optimization, making the compile time increase with probably slightly better performance. The default value is 100. +@item max-cselib-memory-location +The maximum number of memory locations cselib should take into acount. +Increasing values mean more aggressive optimization, making the compile time +increase with probably slightly better performance. The default value is 500. + @item reorder-blocks-duplicate @itemx reorder-blocks-duplicate-feedback |
