This is the mail archive of the gcc@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: Function specific optimizations call for discussion


On 2007/11/29, J.C. Pizarro <jcpiza@gmail.com>, i wrote:
> Autovectorization is still a researching issue.

+--------------+    +------------------+     /-------\     +----------------+
| unroll-loops | -> | inline-functions | -> < big BBs > -> | autovectorize! |
+--------------+    +------------------+     \-------/     +----------------+

Besides inlining functions, inline non-virtual methods (from C++) too!

   J.C.Pizarro


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