On Tue, Aug 21, 2012 at 9:26 PM, Steven Bosscher <stevenb....@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