This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
-floop-optimize2
- From: Scott Robert Ladd <scott dot ladd at coyotegulch dot com>
- To: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Tue, 21 Jun 2005 12:08:53 -0400
- Subject: -floop-optimize2
I've noticed that -floop-optimize2 tends to be a pessimism on many
algorithms.
I'm hesitant to file this as a "bug", given that -floop-optimize2 is a
"new" replacement for the older loop optimizer.
Is -floop-optimize2 still in development, and not ready yet -- or are
the problems I'm seeing something that should be analyzed and reported
as a bug?
..Scott