[PATCH] D44775: [ELF] - Fill executable segments with trap instructions.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 22 14:08:34 PDT 2018


ruiu added a comment.

When I tried this patch against an internal program of size 2 GiB, the overhead almost 2% (i.e. the link time is 2% longer than before), which is I think not negligible. We need a better way of filling executable segments with trap instructions.


https://reviews.llvm.org/D44775





More information about the llvm-commits mailing list