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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |law at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
We could use range information I guess to find out if a dynamic allocation must
be small enough, but because it is a dynamic allocation, we also need a
guarantee there won't be too many small dynamic allocations in the same frame.

Reply via email to