2011/5/16 Georg-Johann Lay :
> Denis Chertykov schrieb:
>> 2011/5/11 Georg-Johann Lay :
>>> Denis Chertykov schrieb:
2011/5/2 Georg-Johann Lay :
> This is a fix for an optimization flaw when a long value is composed
> from byte values.
>
> For -fsplit-wide-types (which is
Denis Chertykov schrieb:
> 2011/5/11 Georg-Johann Lay :
>> Denis Chertykov schrieb:
>>> 2011/5/2 Georg-Johann Lay :
>>>
This is a fix for an optimization flaw when a long value is composed
from byte values.
For -fsplit-wide-types (which is still default for avr) the code is
2011/5/11 Georg-Johann Lay :
> Denis Chertykov schrieb:
>>
>> 2011/5/2 Georg-Johann Lay :
>>
>>> This is a fix for an optimization flaw when a long value is composed
>>> from byte values.
>>>
>>> For -fsplit-wide-types (which is still default for avr) the code is
>>> worse than with -fno-split-wide
Denis Chertykov schrieb:
2011/5/2 Georg-Johann Lay :
This is a fix for an optimization flaw when a long value is composed
from byte values.
For -fsplit-wide-types (which is still default for avr) the code is
worse than with -fno-split-wide-types. The code for the test case is
better in either
Denis Chertykov schrieb:
> 2011/5/2 Georg-Johann Lay :
>> This is a fix for an optimization flaw when a long value is composed
>> from byte values.
>>
>> For -fsplit-wide-types (which is still default for avr) the code is
>> worse than with -fno-split-wide-types. The code for the test case is
>> be
2011/5/2 Georg-Johann Lay :
> This is a fix for an optimization flaw when a long value is composed
> from byte values.
>
> For -fsplit-wide-types (which is still default for avr) the code is
> worse than with -fno-split-wide-types. The code for the test case is
> better in either situations, i.e. c
This is a fix for an optimization flaw when a long value is composed
from byte values.
For -fsplit-wide-types (which is still default for avr) the code is
worse than with -fno-split-wide-types. The code for the test case is
better in either situations, i.e. compared to code without the patch,
but