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: [bitmap memory]: Allocation part 2


On Wed, 2004-11-24 at 10:54 +0000, Nathan Sidwell wrote:
> Jeffrey A Law wrote:
> > That patch is, err, long.  Is there any way you can break it into
> > distinct functional hunks to make review easier?
> 
> This 3rd part removes the heap allocation scheme by forwarding
> to the obstack allocation scheme.  I'll post the obvious sed-generated
> patch if/when all these three parts are approved.
> 
> booted & tested on i686-pc-linux-gnu, ok?
> 
> nathan
> 
> plain text document attachment (bitmap-memory-4a.patch)
> 2004-11-24  Nathan Sidwell  <nathan@codesourcery.com>
> 
> 	* bitmap.c (bitmap_malloc_alloc, bitmap_malloc_free): Remove.
> 	* bitmap.h (bitmap_malloc_alloc, bitmap_malloc_free): Remove.
> 	(BITMAP_XMALLOC): Forward to BITMAP_OBSTACK_ALLOC.
> 	(BITMAP_XFREE): Forward to BITMAP_OBSTACK_FREE.
OK.
Thanks,
Jeff



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