This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: Performance of copy algorithm


>The case B above apparently makes use of the memcpy builtin.  Changing
>the innards of __copy_trivial makes calls to the library (verified
>with ltrace).
>
>Suggestions on how I should proceed here?

Perhaps this is obvious, but did you try calling __builtin_memcpy directly?

-benjamin


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