Shared libraries
Shared libraries
Posted Nov 26, 2025 20:51 UTC (Wed) by farnz (subscriber, #17727)In reply to: Shared libraries by bluca
Parent article: APT Rust requirement raises questions
Not necessarily - any page that includes a relocation is not shared. Add in that any shared page of any core system library that's not actively in use can get dropped from the page cache (since the kernel knows it can reload it on demand), and you could well find (and indeed, I see on my laptop) that glibc pages get paged in when you start a dynamically linked binary because they're not in cache already.
