diff options
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 3b13ad8..f3b3e8e 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -3808,6 +3808,12 @@ optimization will not be done. @item max-gcse-passes The maximum number of passes of GCSE to run. +@item max-pending-list-length +The maximum number of pending dependancies scheduling will allow +before flushing the current state and starting over. Large functions +with few branches or calls can create excessively large lists which +needlessly consume memory and resources. + @item max-inline-insns If an function contains more than this many instructions, it will not be inlined. This option is precisely equivalent to |