This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: Libiberty's snprintf for v3?


> But, on the upside we won't need vasprintf.c, and the resulting code
> will probably be faster than the current implementation if we cache
> the fd.

File I/O is very expensive on Microsoft platforms (DJGPP, Cygwin,
MinGW) compared to what you're used to under Unix platforms, even to
/dev/null (both djgpp and cygwin emulate /dev/null, I don't know about
mingw).


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