[fpc-pascal] try..finally vs interfaces performance

Marcos Douglas md at delfire.net
Thu Apr 14 16:17:43 CEST 2016


On Thu, Apr 14, 2016 at 10:58 AM, Graeme Geldenhuys
<mailinglists at geldenhuys.co.uk> wrote:
> On 2016-04-14 14:15, Marcos Douglas wrote:
>> because you gain more than just automatic memory release.
>
> It is also worth noting that not all Interface usage means “automatic
> memory release”. If you use COM-style Interfaces, then yes you get
> memory management. If you use CORBA-style Interface, then no you don’t
> get memory management.

You're right, well remembered.
I use only COM-style Interfaces.

Regards,
Marcos Douglas



More information about the fpc-pascal mailing list