> > 2) As we query the type_hash while we are rewritting the types,
> > we run into instability of the hashtable. This manifests itself
> > as an ICE when one adds sanity check that while merging function
> > types their arg types are equivalent, too.
> > This ICEs compiling i
> > 2) As we query the type_hash while we are rewritting the types,
> > we run into instability of the hashtable. This manifests itself
> > as an ICE when one adds sanity check that while merging function
> > types their arg types are equivalent, too.
> > This ICEs compiling i
On Mon, Oct 8, 2012 at 11:18 AM, Jan Hubicka wrote:
>> On Sun, Oct 7, 2012 at 7:22 PM, Jan Hubicka wrote:
>> >> On Sun, Oct 7, 2012 at 5:15 PM, Jan Hubicka wrote:
>> >> > Hi,
>> >> > I added a santy check that after fixup all types that lost in the
>> >> > merging are
>> >> > really dead. And
> On Sun, Oct 7, 2012 at 7:22 PM, Jan Hubicka wrote:
> >> On Sun, Oct 7, 2012 at 5:15 PM, Jan Hubicka wrote:
> >> > Hi,
> >> > I added a santy check that after fixup all types that lost in the
> >> > merging are
> >> > really dead. And it turns out we have some zombies around.
> >> >
> >> > INT
On Sun, Oct 7, 2012 at 7:22 PM, Jan Hubicka wrote:
>> On Sun, Oct 7, 2012 at 5:15 PM, Jan Hubicka wrote:
>> > Hi,
>> > I added a santy check that after fixup all types that lost in the merging
>> > are
>> > really dead. And it turns out we have some zombies around.
>> >
>> > INTEGER_CST needs s
> On Sun, Oct 7, 2012 at 5:15 PM, Jan Hubicka wrote:
> > Hi,
> > I added a santy check that after fixup all types that lost in the merging
> > are
> > really dead. And it turns out we have some zombies around.
> >
> > INTEGER_CST needs special care because it is special cased by the streamer.
>
On Sun, Oct 7, 2012 at 5:15 PM, Jan Hubicka wrote:
> Hi,
> I added a santy check that after fixup all types that lost in the merging are
> really dead. And it turns out we have some zombies around.
>
> INTEGER_CST needs special care because it is special cased by the streamer.
> We also
> do no