[Bug middle-end/102519] [12 Regression] VRP Jump threader memory explosion
dje at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Sep 30 00:48:43 GMT 2021
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102519
--- Comment #18 from David Edelsohn <dje at gcc dot gnu.org> ---
Yea! That fixes the *worst* of the memory growth problem for me.
It still is growing, but much more slowly. RSS now grows from 569788 to 642076
for the final function, instead of 783896 before it died on an intermediate
function.
Definitely an improvement and good catch.
More information about the Gcc-bugs
mailing list