public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/102519] New: [12 Regression] VRP Jump threader memory explosion
@ 2021-09-28 18:16 dje at gcc dot gnu.org
  2021-09-28 18:16 ` [Bug middle-end/102519] " dje at gcc dot gnu.org
                   ` (24 more replies)
  0 siblings, 25 replies; 26+ messages in thread
From: dje at gcc dot gnu.org @ 2021-09-28 18:16 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 102519
           Summary: [12 Regression] VRP Jump threader memory explosion
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: memory-hog
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dje at gcc dot gnu.org
                CC: aldyh at gcc dot gnu.org, law at gcc dot gnu.org
  Target Milestone: ---

After the VRP jump threader replacement on Monday, September 27, memory usage
for some testcases, such as gcc.target/powerpc/rlwimi-1.c has doubled.  This is
causing new testsuite failures on AIX because of the default lower memory
limits on AIX.  The testcases previously compiled with 1GB data size for the
compiler, and now require 2GB data size.

Similar to the problem exposed by Martin Sebor's patch a few weeks ago, this
likely is a problem with memory allocation in the new pass.  A data structure
not placed in GC or not correctly tracked by GC.

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

end of thread, other threads:[~2022-01-20 14:32 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 18:16 [Bug middle-end/102519] New: [12 Regression] VRP Jump threader memory explosion dje at gcc dot gnu.org
2021-09-28 18:16 ` [Bug middle-end/102519] " dje at gcc dot gnu.org
2021-09-28 18:27 ` aldyh at gcc dot gnu.org
2021-09-29  6:16 ` rguenth at gcc dot gnu.org
2021-09-29  7:51 ` aldyh at gcc dot gnu.org
2021-09-29  7:53 ` pinskia at gcc dot gnu.org
2021-09-29  7:56 ` aldyh at gcc dot gnu.org
2021-09-29 13:53 ` dje at gcc dot gnu.org
2021-09-29 15:04 ` aldyh at gcc dot gnu.org
2021-09-29 15:18 ` aldyh at gcc dot gnu.org
2021-09-29 15:22 ` aldyh at gcc dot gnu.org
2021-09-29 15:37 ` dje at gcc dot gnu.org
2021-09-29 15:59 ` dje at gcc dot gnu.org
2021-09-29 16:42 ` aldyh at gcc dot gnu.org
2021-09-29 16:58 ` dje at gcc dot gnu.org
2021-09-29 20:46 ` dje at gcc dot gnu.org
2021-09-30  0:18 ` aldyh at redhat dot com
2021-09-30  0:32 ` law at gcc dot gnu.org
2021-09-30  0:48 ` dje at gcc dot gnu.org
2021-09-30  5:49 ` aldot at gcc dot gnu.org
2021-09-30  5:55 ` aldyh at redhat dot com
2021-09-30  5:55 ` aldyh at redhat dot com
2021-09-30  6:10 ` cvs-commit at gcc dot gnu.org
2021-09-30  7:29 ` aldyh at gcc dot gnu.org
2022-01-20  9:45 ` rguenth at gcc dot gnu.org
2022-01-20 14:32 ` dje 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).