And linkers should strip unused code like proguard...
# kotlin-native
k
And linkers should strip unused code like proguard does on Android
n
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
LLVM have this capability, named LTO (link time optimization)
n
Do the LLVM docs cover LTO?
m
google "llvm lto"