Does it use the DCE/garbage collection pass in `ld...
# kotlin-native
m
Does it use the DCE/garbage collection pass in
ld
? that's a common trick for deleting unused code. It basically removes symbols that have no references from other symbols
n
What do you mean by
ld
?
m
the linker tool
n
Kotlin Native uses ldd (the LLVM linker) for linking.