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: Updated patch 10 (was Re: [PATCH 10/11] Make gcc::context be GC-managed)


On Sat, 2013-08-03 at 08:19 -1000, Richard Henderson wrote:
> On 08/02/2013 02:43 PM, David Malcolm wrote:
> > gcc/
> > 	* Makefile.in (GTFILES): Add context.h.
> > 	* context.c (gcc::context::operator new): New.
> > 	(gcc::context::gt_ggc_mx): New.
> > 	(gcc::context::gt_pch_nx): New.
> > 	(gcc::context::gt_pch_nx): New.
> > 	* context.h (gcc::context): Add GTY((user)) marking.
> > 	(gcc::context::operator new): New.
> > 	(gcc::context::gt_ggc_mx): New.
> > 	(gcc::context::gt_pch_nx): New.
> > 	(gcc::context::gt_pch_nx): New.
> > 	(g): Add GTY marking.
> > 	(gt_ggc_mx (gcc::context *)): New.
> > 	(gt_pch_nx (gcc::context *)): New.
> > 	(gt_pch_nx (gcc::context *ctxt, gt_pointer_operator op,
> > 	void *cookie)): New.
> > 	* gengtype.c (open_base_files) <ifiles>: Add context.h.
> 
> Ok.

Thanks; committed to trunk as r201864.



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