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: PR rtl-optimization/28071 (greg memory consumption)


On Thu, 27 Jul 2006, Jan Hubicka wrote:
> 2006-07-27  Jan Hubicka  <jh@suse.cz>
>
> 	PR rtl-optimization/28071
> 	* global.c (greg_obstack): New obstack.
> 	(allocate_bb_info): Use it.
> 	(free_bb_info): Likewise.
> 	(modify_reg_pav): Likewise.

This is OK for mainline.

>
> + static struct bitmap_obstack greg_obstack;
>   /* The function allocates the info structures of each basic block.  It

Perhaps a blank line after a global declaration?

Thanks in advance,

Roger
--


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