

Well, I'm not saying it gives you a huge system speed increase, but when you are forced to run 800x600 at 16 bit color the desktop experience isn't that great.Rainmaker wrote:hmmm, I thought one of the complaints about X was that it didn't use enough of the GPU / videocard capabilities. Therefor, a good video card shouldn't make that much difference.

Actually, I have seen benchmarks for older computers that -Os actually slows down the binaries significantly.bennettp wrote:Oh and it might be a good idea to use -Os for your cflags. This will make everything smaller (and use less cache=faster!)
the point of using -Os is to make the binaries smaller, ie. faster loading and use less memory (maybe??). Of course with less optimization cpu intensive programs will run slower, but I'd doubt that anyone would be encoding mp3's on a 300 MHz P2.HydroSan wrote:Actually, I have seen benchmarks for older computers that -Os actually slows down the binaries significantly.
That's exactly what I meant. If you have copious amount of hdd and memory, -Os may not be what you want. (My old computer had 800MB hdd and 64MB RAM, so I used -Os to maximise free disk space, and minimise swapping).ctford0 wrote:the point of using -Os is to make the binaries smaller, ie. faster loading and use less memory (maybe??). Of course with less optimization cpu intensive programs will run slower, but I'd doubt that anyone would be encoding mp3's on a 300 MHz P2.HydroSan wrote:Actually, I have seen benchmarks for older computers that -Os actually slows down the binaries significantly.
chris

Code: Select all
default@adelie default $ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 5
model name : Pentium II (Deschutes)
stepping : 2
cpu MHz : 300.817
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr
