<a href="https://sourceware.org/bugzilla/show_bug.cgi?id=22831#c20" rel="nofollow">https://sourceware.org/bugzilla/show_bug.cgi?id=22831#c20</a><p>"Luke Kenneth Casson Leighton 2019-01-08 12:01:31 UTC
ok so i spoke to dr stallman a couple of weeks ago, and he confirmed that code that is near-identical to that which i described in the very first comment of this bugreport was REMOVED some time in the late 1990s, by persons not familiar with the type of issues that linking has to deal with.<p>the original code that dr stallman wrote did two things:<p>(1) checked to make absolutely sure that it stayed within the bounds of
RESIDENT available memory, if it could.
(2) that it ONLY loaded into memory the maximum number of object files that
would ensure that it remained within bounds of resident available
memory, if it could.<p>this code is essential to research and restore its functionality. this is
NOT a 32-bit-only problem."