<p>Am 17.10.2016 17:11 schrieb "Martin Schreiber" <<a href="mailto:mse00000@gmail.com">mse00000@gmail.com</a>>:<br>
><br>
> On Monday 17 October 2016 15:30:36 Graeme Geldenhuys wrote:<br>
> > On 2016-10-17 13:55, fredvs wrote:<br>
> > > So it seems that garbage collection must be enabled to do a smartlink.<br>
> ><br>
> > I'm not sure I follow you. From what I understand from the FPC<br>
> > documentation, is that FPC (when smartlinking is enabled) generates<br>
> > multiple object files per unit, trying to make a object file per procedure.<br>
> ><br>
> Doesn't it use function-sections nowadays?</p>
<p>It depends on the target. Most targets indeed used section based smartlinking while AFAIK targets like go32v2 use the file based approach.</p>
<p>Regards,<br>
Sven</p>