And linkers should strip unused code like proguard does on Android
n
napperley
08/11/2017, 11:24 PM
If the LLVM linker is like proguard then that will make it significantly easier to manage code size. However if it is similar to the Kotlin JS situation then it is going to cause serious problems.
m
msink
08/11/2017, 11:46 PM
LLVM have this capability, named LTO (link time optimization)