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: PING^4 [patch] [4.2 projects] vectorize type conversions


Bernd Schmidt <bernds_cb1@t-online.de> wrote on 29.05.2006 19:05:06:

> Victor Kaplansky wrote:
> > ping^4:
> >
> > part1 - http://gcc.gnu.org/ml//gcc-patches/2006-02/msg00940.html
(cleanup)
>
> This comments out some code with
> /*
> ...
> */
>
> which should never be done.  Code that is unused should just be deleted
> in nearly all cases; if it has remaining value as documentation it could
> be commented out with an #if 0 block.
>

There are comments showing the (pseudo) code that will be generated by
the vectorizer. Maybe that's what you are referring to?

-- Victor


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