This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/14078] Manipulators are slow
- From: "falk dot hueffner at student dot uni-tuebingen dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Feb 2004 09:55:12 -0000
- Subject: [Bug libstdc++/14078] Manipulators are slow
- References: <20040209093043.14078.peturr02@ru.is>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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