Something terribly wrong with gcc-3.0.4 Linux
Paolo Carlini
pcarlini@unitus.it
Thu Mar 28 08:47:00 GMT 2002
Jakub Jelinek wrote:
>If libstdc++-v3 switches (optionally) back to libio, this overhead would
>go away.
>
Indeed.
>But I believe for std::cout << "hello " << "world";
>even without libio we should be able to write(1, "hello ", 6); write(1, "world", 5);
>instead of 11 writes.
>
But do you think that, by default, that is, when sync_with_stdio is
/true/ this would be standard compliant?
Ciao, P.
More information about the Gcc
mailing list