Hacker News new | ask | show | jobs
by CalChris 1873 days ago
How is this different from prelink?

https://linux.die.net/man/8/prelink

1 comments

Prelinking just attempts to fix up load addresses so there are no conflicts at runtime that require relocations; it doesn’t bundle the libraries and as such solves a fundamentally different problem.