This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Simplify FRE parts of PRE, try to save some memory


On Tue, Sep 4, 2012 at 3:19 PM, Richard Guenther <rguenther@suse.de> wrote:
>
> Currently computa_avail consumes an unreasonable amount of memory
> in the FRE case for PR46590.  The following patch makes some
> obvious adjustments but does not cure the underlying issue.

I don't think there's any way to cure the underlying issue, it's just
the result of having SSA form that so many values are available. You
can improve the representation of the sets (e.g. something similar to
the views of the tree-ssa-live machinery) but that's it.

Ciao!
Steven


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]