Is pre-linking worth it?
Is pre-linking worth it?
Posted Jul 16, 2009 3:21 UTC (Thu) by tbird20d (subscriber, #1901)In reply to: Is pre-linking worth it? by nix
Parent article: Is pre-linking worth it?
Reducing "payload" by 20% doesn't mean that 20% of the whole program is relocation, merely 20% of what gets loaded. Due to demand paging, rarely does the entire program get loaded from disk. Also, I'm not sure, but it may be that doing ordinary linking requires pages to be loaded for relocation which otherwise would not have been loaded at all.
