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: libstdc++/4150: catastrophic performance decrease in C++ code


In article <wvl1ydgy15s.fsf@prospero.cambridge.redhat.com>,
Jason Merrill <jason@redhat.com> writes:

>>>>>> "Loren" == Loren James Rittle <rittle@latour.rsch.comm.mot.com> writes:
>> Having attempted patches similar to your proposal, I think the hammer
>> breaks those test cases that exercise interleaving between C and C++ IO.

> I don't think so.  If we're synced to stdio, we get buffers of size 1, so
> it doesn't matter which end we're calculating from.

OK, cool.  I am playing with your exact patch for a while.  After
rebuilding libstdc++-v3 with it and ensuring no regressions on any
platforms I can personally check; I will look at the interactive
stream cases that have been posted over the years.

Regards,
Loren


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