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: Yet another DOM memory improvement


Jeffrey A Law <law@redhat.com> writes:

> I'm curious -- was this with the stage1 compiler compiling libgcc?
> Or was it with stage2 or stage3?

It was stage2.

>> record_range (cond=0x200000000075c3c0, bb=0x2000000000746ae0)
>>     at ../../gcc/tree-ssa-dom.c:2998
>> 2998          if (*vrp_records_p == NULL)
> So, for vrp_records_p to be null,

It is not, it is 0x8, because vrp_hash_elt is NULL.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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