▲ | Joel_Mckay 3 days ago | |||||||||||||||||||||||||
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 | ||||||||||||||||||||||||||
▲ | quotemstr 3 days ago | parent [-] | |||||||||||||||||||||||||
> Some programs take a huge memory and performance hit on non-Linux machines You're implying without stating it (or providing any evidence) that programs perform worse when statically linked than when assembled out of ELF DSOs, even when each of those DSOs has a single user. That makes no technical sense. Perhaps you meant to make a different point? | ||||||||||||||||||||||||||
|