[fpc-devel] Suggestion: reference counted objects

Kostas Michalopoulos badsectoracula at gmail.com
Mon Sep 22 17:45:21 CEST 2014


I prefer the TARCObject approach too, i don't want anything to be
refcounted unless i *explicitly* ask for it (yes i know some things are
already refcounted and at the past i was bitten by that which is a big
reason why i don't want hidden things to do magic stuff behind my back).
Also i don' want a useless field in TObject (like a refcount field), object
instances are already too big IMO.

On Mon, Sep 22, 2014 at 3:03 PM, Michael Schnell <mschnell at lumino.de> wrote:

> On 09/22/2014 02:05 PM, Hans-Peter Diettrich wrote:
>
>> TMyARCclass = interface(TObject)
>>
> IMHO, Sven's idea of introducing a "TARCObject" base class (triggering the
> compiler magic for ref counting) sounds a lot nicer.
>
> -Michael
>
> _______________________________________________
> fpc-devel maillist  -  fpc-devel at lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20140922/2fb8a56b/attachment.html>


More information about the fpc-devel mailing list