[PATCH] D46145: Use a buffer when allocating relocations

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 26 15:21:00 PDT 2018


ruiu added a comment.

Does your code make this part of code faster? It reduces memory allocation but it does extra memcpy, so I'm wondering.


https://reviews.llvm.org/D46145





More information about the llvm-commits mailing list