On 10/10/16 16:25, fredvs wrote: > Does somebody know if smart-link (-XX) is done by the compiler (fpc) or by > the linker (ld) ? It's done by the linker, but it is based on how the compiler structures/annotates the code and data when you compile with -CX. Jonas