Optimizing Binaries - How Does the Linker Help Reduce App Size? What are the different types of linking - Part Two
In the previous post we talked about how the linkerβs selective loading helps solve the bloat issue. But there are some other limitations to static linking. Because of those limitations software engineers created Dynamic libraries and the Dynamic Linker. In this post weβll go through some of those limitations and discuss the trade-offs between the two ways of linking and their sizing impact. Inspired by Link fast: Improve build and launch times - 15:47:...