public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/114482] New: remove_unreachable_eh_regions could use a work queue instead of being recusive
@ 2024-03-26 12:19 pinskia at gcc dot gnu.org
  2024-03-27  8:04 ` [Bug middle-end/114482] " rguenth at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-03-26 12:19 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 114482
           Summary: remove_unreachable_eh_regions could use a work queue
                    instead of being recusive
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: internal-improvement
          Severity: enhancement
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---

Noticed while looking PR 114480, remove_unreachable_eh_regions uses
remove_unreachable_eh_regions_worker which does a huge recusive work but maybe
we should remove this recusiveness behavior, especially if the number of
regions is huge.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-27  8:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-26 12:19 [Bug middle-end/114482] New: remove_unreachable_eh_regions could use a work queue instead of being recusive pinskia at gcc dot gnu.org
2024-03-27  8:04 ` [Bug middle-end/114482] " rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).