This is the mail archive of the gcc-patches@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] |
Hello,
this patch disables old loop optimizer and enables the invariant motion of the new rtl loop optimizer instead by default. This is the first step towards complete removal of the old loop optimizer, which I would very much like to happen in 4.1 (since it would enable some pretty significant cleanups of the compiler, like removal of loop notes, removal of rtl level branch prediction pass, maybe removal of libcall notes, etc.).
-- Mark Mitchell CodeSourcery, LLC mark@codesourcery.com (916) 791-8304
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |