This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: patch to suggest putc/fputs over printf("string") or printf("\n")


>   > - putc is almost always larger than printf, though much faster.

That should probably be fputs?

> Huh?  Consider how much conversion code you bring in to handle floating point
> via printf...  It's utterly amazing.

Well, if printf is used anyways, but fputs isn't, that's explains it.


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