Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
zozbot234
on May 1, 2021
|
parent
|
context
|
favorite
| on:
“Shared libraries are not a good thing in general”
> Shared libraries (at least with ELF) requires fixups, which involve COW and a considerable number of per-process pages.
You can avoid load-time fixups via prelinking.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
You can avoid load-time fixups via prelinking.