Load-time relocation of shared libraries (2011)(eli.thegreenplace.net)
eli.thegreenplace.net
Load-time relocation of shared libraries (2011)
https://eli.thegreenplace.net/2011/08/25/load-time-relocation-of-shared-libraries/
https://eli.thegreenplace.net/2011/08/25/load-time-relocation-of-shared-libraries/
My CS degree was from a liberal arts university, and while I wouldn't trade anything for the coverage of ethics, previous AI bubbles/winters, and my time in the business and mathematics departments, these articles along with the glibc author's What Every Programmer Should Know About Memory[4] rounded out my education. I still make use of concepts from both when profiling and debugging programs.
[1]: https://news.ycombinator.com/item?id=45706938
[2]: https://news.ycombinator.com/item?id=45706380
[3]: https://www.cs.dartmouth.edu/sergey/cs108/ABI/UlrichDrepper-...
[4]: https://people.freebsd.org/~lstewart/articles/cpumemory.pdf
See also: https://stackoverflow.com/questions/8126311/how-much-of-what...