[fpc-devel] Suggestion: reference counted objects
FabrÃcio Srdic
fabricio.srdic at gmail.com
Sat Sep 20 06:36:26 CEST 2014
Hello,
In platforms with managed code (.NET, Java), objects are automatically
freed by the memory manager / garbage collector.
Would not it be interesting to have a similar feature in FPC?
For example, through a root class where its objects are counted by
reference, like the TInterfacedObjects. Thus, the programmer would be free from
having to manually release objects.
Best regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20140920/15c75765/attachment.html>
More information about the fpc-devel
mailing list