[wide-int] Go back to having undefined exccess bits on read

Kenneth Zadeck zadeck@naturalbridge.com
Sat Oct 19 21:03:00 GMT 2013


On 10/19/2013 02:41 PM, Mike Stump wrote:
> On Oct 19, 2013, at 7:22 AM, Richard Sandiford <rdsandiford@googlemail.com> wrote:
>> As discussed, this patch effectively goes back to your original idea of
>> having excess upper bits in a HWI being undefined on read (at least as
>> the default assumption).  wide_int itself still ensures that the excess
>> bits are stored as signs though.
>> Or we could decide that it isn't worth the hassle and just leave excess
>> upper bits as undefined on write too, which really is going back to your
>> original model. :-)
> I don't get it.  If the bits are undefined upon read, then, they should be undefined upon write.  It doesn't make any sense to me to have them be undefined upon read and defined upon write.  To me, one describes the semantics of the data, then once that is done, all else falls out from that.  If no one is allowed to deviate their behavior upon a bit (that bit is don't care), then, trivially reads need to zap it out, and writes can write anything into it.
no, they should not be undefined on write.    if they are undefined on 
write, then it makes tree_fits* (the successor functions from 
integer_hostp) much more complex.

kenny



More information about the Gcc-patches mailing list