<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Sep 20, 2014 at 10:24 AM, Chriss Kalogeropoulos <span dir="ltr"><<a href="mailto:iz.iznogood@gmail.com" target="_blank">iz.iznogood@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><p dir="ltr">Hello all,</p>
<p dir="ltr">IMO the best way to implement this is by controlling the TObject behaviour through a compiler switch, something like "enable globally", "disable globally", "enable for specific class" and in the latter case another switch should mark the class that should have this behaviour enabled.</p></blockquote><div>Very nice idea, somethink like "{$ARC+}", enabled by default in FPC 2.8.0, IMHO. :-)</div><div><br></div><div>And it could provide an object like "TManagedObject" too, to use if "{$ARC-}".<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<p dir="ltr">This should allow the compiler to emit different code per case.</p>
<p dir="ltr">But the question is what should be the behaviour for genetics and also how should it work for packages (when and if they are implemented).<br>
Also should this reference count be shared for interfaced classes or not? </p>
<p dir="ltr">Chriss</p></blockquote></div><div><br></div>-- <br>Silvio Clécio<br>My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a>
</div></div>