On Wed, Aug 28, 2013 at 7:02 PM, Mike Stump <mikest...@comcast.net> wrote:
> On Aug 28, 2013, at 2:34 AM, Richard Biener <richard.guent...@gmail.com> 
> wrote:
>> Huh?  Why should wide-int need to be marked GTY at all?!
>
> Can I answer with a question?  Why would nb_iter_bound be GTYed?

Because it references a GIMPLE stmt which resides in GC memory.

Why would dw_val_struct be GTYed?

Because it resides in GC memory?

The first makes little sense to me.  The second, well, it is used to
generate debug information…  When the clients no longer want to GTY,
we could remove it.  wide_ints seem like they should not make it to
the PCH file.

I don't think this is PCH related.

Richard.

Reply via email to