This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug driver/56244] -O3 should imply -funroll-loops


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56244

Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Joost.VandeVondele at mat
                   |                            |dot ethz.ch

--- Comment #3 from Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> 2013-02-08 08:36:44 UTC ---
(In reply to comment #2)
> As noted elsewhere the RTL unroller is too agressive to be enabled by default.
> Only the -funroll-loops/ -fpeel-loops effect of the tree level unroller should
> be enabled by default.

Or should one instead consider having parameters for the RTL unroller to tune
it if needed ?  

Are there currently command line options that allow for just enabling this on
the tree level, that would allow for some testing ?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]