[patch] Add fast<N>_t types to stdint.h
Tim Prince
tprince@myrealbox.com
Thu Sep 22 15:07:00 GMT 2005
Ralf Corsepius wrote:
>On Thu, 2005-09-22 at 08:17 -0500, Joel Sherrill wrote:
>
>
>>Ralf Corsepius wrote:
>>
>>
>>
>
>
>>For this to work, there would have to be a gc predefine to indicate
>>"size over speed".
>>
>>
>To some extend it exists:
>
>-Os causes cpp to add:
># 1 "<built-in>"
>#define __OPTIMIZE_SIZE__ 1
>
>
>
>
Allowing -Os to have such an effect on data type selection would break
things entirely. IMHO, unexpected incompatibilities should not be
introduced between .o built with -Os and with -O2.
More information about the Newlib
mailing list