On 11/29/2016 03:51 PM, Richard Sandiford wrote:
Jeff Law writes:
On 11/15/2016 09:04 AM, Richard Sandiford wrote:
alias.c encodes memory sizes as follows:
size > 0: the exact size is known
size == 0: the size isn't known
size < 0: the exact size of the reference itself is known,
but the ad
Jeff Law writes:
> On 11/15/2016 09:04 AM, Richard Sandiford wrote:
>> alias.c encodes memory sizes as follows:
>>
>> size > 0: the exact size is known
>> size == 0: the size isn't known
>> size < 0: the exact size of the reference itself is known,
>> but the address has been aligned via AND. I
On 11/15/2016 09:04 AM, Richard Sandiford wrote:
alias.c encodes memory sizes as follows:
size > 0: the exact size is known
size == 0: the size isn't known
size < 0: the exact size of the reference itself is known,
but the address has been aligned via AND. In this case
"-size" includes the
Eric Botcazou writes:
>> alias.c encodes memory sizes as follows:
>>
>> size > 0: the exact size is known
>> size == 0: the size isn't known
>> size < 0: the exact size of the reference itself is known,
>> but the address has been aligned via AND. In this case
>> "-size" includes the size of
> alias.c encodes memory sizes as follows:
>
> size > 0: the exact size is known
> size == 0: the size isn't known
> size < 0: the exact size of the reference itself is known,
> but the address has been aligned via AND. In this case
> "-size" includes the size of the reference and the worst-c