[PATCH] D35680: [ELF] - Round executable PT_LOAD to page size and pad it with traps

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 04:56:54 PDT 2017


grimar added a comment.

In https://reviews.llvm.org/D35680#830334, @joerg wrote:

> I'm not sure I want anything like this unconditionally. It is going to waste quite a bit of space, i.e. 2KB per executable and shared library sums up.


Just in case: this patch was abandoned, https://reviews.llvm.org/D33630 was landed. It do something about the same though, but probably more correct to discuss in its thread.


https://reviews.llvm.org/D35680





More information about the llvm-commits mailing list