[Bug tree-optimization/79637] documentation for --param max-fsm-thread-length is confusing

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 14 20:12:51 GMT 2025


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79637

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
max-fsm-thread-length was removed with r13-1999-gc64ef5cd92c2e3.

fsm-maximum-phi-arguments, max-fsm-thread-length, and max-fsm-thread-paths were
removed with r12-4421-g0bd68793921ecf.

Only max-fsm-thread-path-insns is left:

-param=max-fsm-thread-path-insns=
Common Joined UInteger Var(param_max_fsm_thread_path_insns) Init(100)
IntegerRange(1, 999999) Param Optimization
Maximum number of instructions to copy when duplicating blocks on a finite
state automaton jump thread path.

Which seems decent to me.

So closing as fixed.


More information about the Gcc-bugs mailing list