Re: Updated patch 10 (was Re: [PATCH 10/11] Make gcc::context be GC-managed)

2013-08-19 Thread David Malcolm
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.

Re: Updated patch 10 (was Re: [PATCH 10/11] Make gcc::context be GC-managed)

2013-08-03 Thread Richard Henderson
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

Updated patch 10 (was Re: [PATCH 10/11] Make gcc::context be GC-managed)

2013-08-02 Thread David Malcolm
On Fri, 2013-08-02 at 14:31 -0400, David Malcolm wrote: > On Thu, 2013-08-01 at 11:28 -1000, Richard Henderson wrote: > > On 07/26/2013 05:04 AM, David Malcolm wrote: > > > +/* Functions relating to the garbage collector. */ > > > +void > > > +gcc::context::gt_ggc_mx () > > > +{ > > > + /* Curren