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

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 04:53:08 PDT 2017


joerg added a comment.

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.


https://reviews.llvm.org/D35680





More information about the llvm-commits mailing list