On Wed, Dec 12, 2012 at 6:43 PM, Steven Bosscher <stevenb....@gmail.com> wrote: > Hello, > > This patch fixes a regression in the size of bitmap_head that resulted > from the removal of all the #ifdef GATHER_STATISTICS tests. > > Instead of a pointer to a descriptor, this patch gives each bitmap an > integer that is the index of the bitmap_descriptor. > > Bootstrapped&tested on powerpc64-unknown-linux-gnu, and built on the > same platform with memory statistics gathering enabled. > OK for trunk?
Ok. Thanks, Richard. > Ciao! > Steven