[7098] in Athena Bugs
techinfo
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Tue Feb 12 22:16:58 1991
To: bugs@ATHENA.MIT.EDU, bug-techinfo@ATHENA.MIT.EDU
Date: Tue, 12 Feb 91 22:16:38 EST
From: John Carr <jfc@ATHENA.MIT.EDU>
Techinfo is too slow. On a mostly idle RT with a lot of memory and
fast disks, I ran a test where I typed "techinfo" and quit as soon as
I had a prompt. This took 27 seconds (8.1 user + 3.5 system) the
first time and 21 seconds (7.7 + 2.5) the second time. This is too
long.
The RT version was compiled without optimization, and it was compiled
with gcc. Both of these are bad. gcc on the RT is unreliable, and
produces very bad code without optimization. Even with optimization,
it does not do as well as cc.