This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: misc vfprintf cleanups admissible?


On Sun, Nov 30, 2003 at 03:30:49PM -0500, Aldy Hernandez wrote:
> >>Would a patch converting the following macros to inline functions be
> >>acceptable?
> >
> >Not if the object code is changed.
> >
> 
> Is this a speed issue?  Have macros been known to be faster for this 
> particular case?  Or is this some weird ABI issue I am unaware of?
> 
> If it is a speed issue, are we talking _exactly_ the same object code, 
> or will we worry about a few extra instructions ;-).

I think if you make the code smaller and faster (and still correct), nobody
will complain that it is not exactly the same object code.

	Jakub


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