[lld] [LLD][COFF] Align import directory chunk. (PR #80014)

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 07:03:25 PST 2024


compnerd wrote:

I imagine that the loader will remap the page for the IAT if not aligned. But, if it is aligned it avoids that, and would also repair page sharing. This should be in essence a tiny optimization at the cost of <=3 bytes.

https://github.com/llvm/llvm-project/pull/80014


More information about the llvm-commits mailing list