From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Schein To: help-gcc@gnu.org Subject: -funroll-all-loops Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <20000107200836.G21972@dione.txc.com> X-SW-Source: 2000-q1/msg00106.html Message-ID: <20000401000000.CEjZcHXGSn9V9kvZ1xyVIUmZLAVDbfBZp31BNVDvwzk@z> Hi, I have a question about the following segment of info pages for gcc: `-funroll-all-loops' Perform the optimization of loop unrolling. This is done for all loops and usually makes programs run more slowly. `-funroll-all-loops' implies `-fstrength-reduce' as well as `-frerun-cse-after-loop'. Does "usually makes programs run more slowly" imply "however, for some rare cases it _will_ make them run faster"? If it doesn't, then I don't see a point of using this flag at all. Thanks Igor