Shared libraries
Shared libraries
Posted Nov 26, 2025 18:25 UTC (Wed) by Wol (subscriber, #4433)In reply to: Shared libraries by bluca
Parent article: APT Rust requirement raises questions
That's assuming you load it!
Get the compiler/linker to segment object code into 4K blocks or whatever the figure is, map the file into ram, and only load those bits that are used.
Cheers,
Wol
