Just tested the effect of -fno-strength-reduce on the standard Linux
benchmark, compiling the kernel, measuring with time:)
With -fno-strength-reduce:
just after reboot:
358.60user 20.50system 6:45.00elapsed 93%CPU
repeated immediately (all source in cache):
357.74user 20.97system 6:23.29elapsed 98%CPU
without -fno-strength-reduce:
just after reboot:
357.38user 21.35system 6:44.09elapsed 93%CPU
repeated immediately (all source in cache):
358.75user 19.57system 6:23.98elapsed 98%CPU
It looks like, for "normal" work, the difference is virtually nonexistent,
and totally overshadowed by the effects of usage patterns, resulting in
any actual effect being below the noise level of general measures.
HTH,
-- Henrik Olsen, CNA, working on CNE. URL=http://www.iaeste.dk/~henrik/ Get the rest there.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html