This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Memory usage in compute_immediate_uses
On Tue, 2003-09-16 at 16:26, Daniel Berlin wrote:
> On Tue, 16 Sep 2003, Diego Novillo wrote:
>
> > Another thing we could use is ggc_collect() after each pass through
> > optimize_function_tree().
>
> Have you tried to see if this works right now?
>
Yup. The other day, when I ran into that GC problem with the vops
varrays, I had it collecting after every single pass. It seemed to
work.
Diego.