Y
Hacker News
new
|
ask
|
show
|
jobs
by
muststopmyths
2628 days ago
If I had to guess, I'd point to DLLs. The minimal Windows process loads probably half a dozen, plus the entry points are called in a serialized manner.
1 comments
richardwhiuk
2628 days ago
Pretty much identical to shared objects on Linux
link
chungleong
2628 days ago
Windows DLLs require fixups when they're loaded off their preferred base address.
link
pjc50
2628 days ago
So do relocatable shared libraries on Linux.
https://eli.thegreenplace.net/2011/08/25/load-time-relocatio...
link