Re: [patch] two more bitmap obstacks

2012-08-22 Thread Richard Guenther
On Tue, Aug 21, 2012 at 9:26 PM, Steven Bosscher 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 obs

[patch] two more bitmap obstacks

2012-08-21 Thread Steven Bosscher
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?