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

Gaius Mulley <gaius at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2024-01-05
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED

--- Comment #1 from Gaius Mulley <gaius at gcc dot gnu.org> ---
Indeed - I'm writing a M2Diagnostic module to collect stats about memory and
time consumption - which hopefully will identify the modules consuming too much
resource.

In this particular case it occurs when building an array constant with
characters - I suspect too many temporary constants are being preserved from
the garbage collector.

Reply via email to