NODE 53b97308Linux brutessl client
ghio@cmu.edu (Matthew Ghio)Thu, 24 Aug 95 17:01:59 PDT
I get 11100 keys/sec with Linux/gcc 2.5.8 on a 486/66, optimized with
-O2 and -fomit-frame-pointer.
-fforce-mem and -funroll-loops made the program run more slowly.
I also tried -ffast-math -finline-functions -fforce-addr -fcaller-saves
which seemed to make no difference.
Now maybe when they get the server working again I can actually try
running this. :(
NODE a2cbe579Re: Linux brutessl client
Christian Wettergren <cwe@Csli.Stanford.EDU>Thu, 24 Aug 95 17:24:13 PDT
| I get 11100 keys/sec with Linux/gcc 2.5.8 on a 486/66, optimized with
| -O2 and -fomit-frame-pointer.
|
| -fforce-mem and -funroll-loops made the program run more slowly.
|
| I also tried -ffast-math -finline-functions -fforce-addr -fcaller-saves
| which seemed to make no difference.
I've tried to optimize the SunOS binary, but it seems as if 16400
keys/s is the maximum I can get on a SS10. No changes in optimization
flags has helped so far.
Has anyone got a better speed than this on a ordinary ss10, with SunOS
414?
/Christian