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] two more bitmap obstacks


On Tue, Aug 21, 2012 at 9:26 PM, Steven Bosscher <stevenb.gcc@gmail.com> wrote:
> Hello,
>
> Two more bitmap obstacks, this time in tree-ssa-coalesce.c.
>
> The advantage isn't so much in having the bitmaps on the non-default
> obstack, but more in that the bitmaps can be free'ed all at once by
> simply releasing the obstack.
>
> Bootstrapped&tested on x86_64-unknown-linux-gnu. OK for trunk?

Ok.

Thanks,
Richard.

> Ciao!
> Steven


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