https://sourceware.org/bugzilla/show_bug.cgi?id=30033
Rui Ueyama <rui314 at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rui314 at gmail dot com
--- Comment #5 from Rui Ueyama <rui314 at gmail dot com> ---
Right. We solved the file bloat issue with the mold linker by mapping the
boundary page of two segments twice in the virtual address space instead of
creating a gap in memory and on disk. LLVM lld employs the same technique to
avoid file bloat when linking for larger page systems. I do not see a reason
for GNU ld to not use the same technique. So, this is technically a solved
problem, and GNU ld can do the same.
--
You are receiving this mail because:
You are on the CC list for the bug.