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]

Re: libstdc++/5001: g++ 3.0.2 getline is too slow


Synopsis: g++ 3.0.2 getline is too slow

State-Changed-From-To: open->analyzed
State-Changed-By: ljrittle
State-Changed-When: Mon Dec  3 18:08:23 2001
State-Changed-Why:
    Known issue.  Not a bug.  Not present on every supported
    platform.  Adding ios_base::sync_with_stdio (false);
    at start of main() will improve performance on some
    platforms.  However, Solaris is not one of them since
    it will not use an input buffer size greater than 1
    in the current implementation.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=5001&database=gcc


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