This is the mail archive of the gcc@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: [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.


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