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 <[email protected]> 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 - [email protected] > http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel >
_______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
