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]

Re: [wwwdocs] optimizer improvements for GCC 4.1 changes.html






> > +    <li>Various enhancement to auto-vectorization:<br />
>
> "enhancements"
>
> > +       <li>Improvements to peeling for alignment.</li>
>
> Anything more specific you could add?
>

The improvements to peeling for alignment can be summarized as:
 "Generate better code when the misalignment of an access is known at
compile time, or when different accesses are known to have the same
misalignment, even if the misalignment amount itself is unknown."

dorit




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