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]

Re: what's required for builtin_memcpy to be inlined


> The size is variable, but known by dataflow inference at compile time.
> I think GCC returns 1 from __builtin_constant_p in this case, nowadays.

It will do so only under optimization.

Martin

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