This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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] libstdc++/26970


Gabriel Dos Reis wrote:
Variadic functions are usually slower than non-variadic ones. Any
reason why the issue could not be addressed differently?
Well, I didn't mention that, but I ran the performance testsuite + some tests run by hand + inspected the tree-level dumps and everything is going very well, no noticeable regressions. Really, I'm rather confident there are no performance risks. Believe me, during the last weeks, intermittently I tried hard to figure out something else, but since we don't have no-warning pragmas I didn' make progress...

Paolo.


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