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]
Other format: [Raw text]

Re: [Ada] Performance improvements when writing temporary text files


Hi Arnaud,

Writing temporary text files such as config pragmas files or mapping
files is now done in one call to Write instead of many for efficiency
(in particular over e.g. nfs drives).

since the underlying C library also does buffering, is this really helpful? And wouldn't it be better to simply inform the library as to what the desired buffer size is?

Ciao,

Duncan.


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