[PATCH] D21103: optimized xsgetn for better performance
Sebastian Pop via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 7 16:28:37 PDT 2016
sebpop added a comment.
This is a performance related change: the copy function is translated into a memcpy that is more efficient than copying byte by byte.
http://reviews.llvm.org/D21103
More information about the llvm-commits
mailing list