Re: [PATCH] move many gc hashtab to hash_table

2014-10-13 Thread Trevor Saunders
On Mon, Oct 13, 2014 at 09:02:44AM -0700, H.J. Lu wrote: > On Mon, Oct 13, 2014 at 8:33 AM, H.J. Lu wrote: > > On Fri, Oct 10, 2014 at 1:44 PM, Trevor Saunders > > wrote: > >> On Fri, Oct 10, 2014 at 02:26:00PM -0600, Jeff Law wrote: > >>> On 10/06/14 21:24, tsaund...@mozilla.com wrote: > >>> >F

Re: [PATCH] move many gc hashtab to hash_table

2014-10-13 Thread H.J. Lu
On Mon, Oct 13, 2014 at 8:33 AM, H.J. Lu wrote: > On Fri, Oct 10, 2014 at 1:44 PM, Trevor Saunders > wrote: >> On Fri, Oct 10, 2014 at 02:26:00PM -0600, Jeff Law wrote: >>> On 10/06/14 21:24, tsaund...@mozilla.com wrote: >>> >From: Trevor Saunders >>> > >>> >Hi, >>> > >>> >This changes almost a

Re: [PATCH] move many gc hashtab to hash_table

2014-10-13 Thread H.J. Lu
On Fri, Oct 10, 2014 at 1:44 PM, Trevor Saunders wrote: > On Fri, Oct 10, 2014 at 02:26:00PM -0600, Jeff Law wrote: >> On 10/06/14 21:24, tsaund...@mozilla.com wrote: >> >From: Trevor Saunders >> > >> >Hi, >> > >> >This changes almost all of the ggc htab that don't use the if_marked option >> >t

Re: [PATCH] move many gc hashtab to hash_table

2014-10-10 Thread Trevor Saunders
On Fri, Oct 10, 2014 at 02:26:00PM -0600, Jeff Law wrote: > On 10/06/14 21:24, tsaund...@mozilla.com wrote: > >From: Trevor Saunders > > > >Hi, > > > >This changes almost all of the ggc htab that don't use the if_marked option > >to > >be hash_tables. I added a for_user gty attribute so that typ

Re: [PATCH] move many gc hashtab to hash_table

2014-10-10 Thread Jeff Law
On 10/06/14 21:24, tsaund...@mozilla.com wrote: From: Trevor Saunders Hi, This changes almost all of the ggc htab that don't use the if_marked option to be hash_tables. I added a for_user gty attribute so that types could be used from user marking routines without either using the mangled nam