[PATCH] D28272: ELF: Reserve space for copy relocations of read-only symbols in relro.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 14:55:36 PST 2017


Peter Collingbourne <peter at pcc.me.uk> writes:
>
> Yes, but we'd still need a page alignment at the start of the r/w segment,
> no?

True. It is still seems better to pay the extra page than to allocate
disk space for copy relocations.

Cheers,
Rafael


More information about the llvm-commits mailing list