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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot 
gnu.org
             Status|NEW                         |ASSIGNED

--- Comment #21 from Richard Biener <rguenth at gcc dot gnu.org> ---
Created attachment 58848
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58848&action=edit
limit forward thread search space

Hackish patch (shouldn't use a global var) to apply a search space limit
for the forward threader.  For the backward threader this limits the number
of edges we walk when exploring paths leading to the path exit jump.  This
patch limits the number of edges we walk when exploring paths from the
path entry edge.

Reply via email to