This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: [patch] Add fast<N>_t types to stdint.h


 

> -----Original Message-----
> From: newlib-owner@sources.redhat.com 
> [mailto:newlib-owner@sources.redhat.com] On Behalf Of Tim Prince
> Sent: Thursday, September 22, 2005 4:55 PM
> To: Ralf Corsepius
> Cc: joel.sherrill@OARcorp.com; newlib@sources.redhat.com
> Subject: Re: [patch] Add fast<N>_t types to stdint.h
> 
> 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.
>

I agree completely.  The size/space tradeoff is already captured with
the leastN and fastN types. 


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