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++/14078] Manipulators are slow


------- Additional Comments From falk dot hueffner at student dot uni-tuebingen dot de  2004-02-09 09:55 -------
Subject: Re:  Manipulators are slow

"peturr02 at ru dot is" <gcc-bugzilla@gcc.gnu.org> writes:

 
> So it seems manipulators can be made a lot faster just by inlining
> the relevant versions of operators << and >>.

IMHO, we should only do that if it does not increase code size; these
manipulators are usually not very time critical, especially compared
to real I/O.



-- 


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


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