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: [tree-ssa] decls in tree-ssa (fwd)


On Mon, 10 Feb 2003, Jan Hubicka wrote:

> But in case you are speaking about memcpy calls, the problem is probably
> the fact that i386.md expands memcpy inline only for constant arguments
> that are hidden by gimplification...
> 
CCP should be doing a reasonable job at replacing constant
arguments, though.  If you see variables that end in '.NNN' in
memcpy arguments, then either CCP didn't work or the arguments
weren't constant to begin with.


Diego.


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