▲ | quotemstr 3 days ago | ||||||||||||||||||||||||||||||||||
But also hilariously still paying the runtime cost of ELF dynamic linking instead of just static linking so at least you avoid, e.g. GOT indirection overhead. | |||||||||||||||||||||||||||||||||||
▲ | Joel_Mckay 3 days ago | parent [-] | ||||||||||||||||||||||||||||||||||
Again, static linking would only be useful in a single unique App run and dump scenario. People do link and strip .a sometimes when porting to Windows and MacOS. Some programs take a huge memory and performance hit on non-Linux machines. =3 | |||||||||||||||||||||||||||||||||||
|