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: Trim down cselib memory usage


On Tue, Jan 20, 2004 at 08:24:13PM +0100, Jan Hubicka wrote:
> 	* cselib.c: Include alloc-pool.h
> 	(empty_vals, empty_elt_lists, empty_elt_loc_lists): Kill.
> 	(elt_loc_list_pool, elt_list_pool, cselib_val_pool): Declare.
> 	(new_elt_list, new_elt_loc_list, unchain_one_elt_list,
> 	unchain_one_elt_loc_list_pool, unchain_one_value,
> 	new_cselib_val): Simplify using allocpool.
> 	(cselib_init): Initialize allocpools.
> 	(cselib_finish): Finish allocpools.

Ok.  Update make dependencies.


r~


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