This is the mail archive of the gcc-help@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]

Re: option to control code straightening


Tim Prince wrote:
Is there an option in gcc 4.4 or 4.5 to avoid code straightening in loops with conditionals or select? Intel Core i7 Loop Stream Detector seems to give up when the code path has more than minimum number of branches.
Under what circumstances is code straightening introducing more branches? The whole point of code straightening is to decrease the number of branches!

jeff


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