This is the mail archive of the gcc-bugs@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]

[Bug libstdc++/19642] streaming doubles is very slow compared to sprintf


------- Additional Comments From pcarlini at suse dot de  2005-01-26 15:45 -------
> Doesn't a function that is on 99% of all call stacks automatically consume 99% 
> of the runtime? Ok, the time can also be spend in the childs like here in 
> __issetuid, but this is an implementation detail of setlocale, isn't it?

% in *time*, see the linux example, nothing special.

Ok about snprintf, it's not that.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19642


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