------- Comment #7 from tim at klingt dot org 2008-06-15 14:01 ------- i see ... is it possible to enable the complete unroller manually?
from my understanding gcc-4.3 -O3 is the same as -O2 -fgcse-after-reload -finline-functions -fpredictive-commoning -ftree-vectorize -funswitch-loops ... using these optimizations manually don't bloat the code, though ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36542