stephenpeckham added a comment.

Is memmove() expected to perform a lot worse than memcpy()?  Why not just use 
memmove() all the time.  In some library implementations, memcpy() and 
memmove() are the same function.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86993/new/

https://reviews.llvm.org/D86993

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to