Hi,<div><br></div><div>Java can eliminate much of its reliance on GC using annotations for GC.</div><div><br></div><div>Many local objects can be collected without GC using C++ style delete by the compiler (transparent to user) if it does not escape current context. If the containing / aggregated objects live longer then these need GC. Also if the object out lives the current context. To ensure the GC timing and loads are know I have beeing thingking it will be a good idea to introduce annotations.</div>
<div><br></div><div>Possible annotation:</div><div><div>GCAtBlockEnd</div><div>GCAtBlockExit - for loops the GC happens when the</div><div>GCAtLastReference</div><div>GCAtEndOfScope</div><div>GCOnAssignment</div><div>GCOnReturn</div>
<div>GCOnGCOfContainingObject - GC on GC of aggregate / composing object</div><div>GCOnStatementCompletion - GC parameters and return value (if not assigned) of a call when the function returns. Need to support statement level annotations.</div>
<div>GCOnLastResort - Only GC at last resort before outofmemory exception - class level</div><div>ExcludeFinalising - prevent finalizers running on the object - class level</div><div>GCUsingCurrentThread</div><div>GCUsingDefaultThread</div>
<div>GCUsingNewThread(Priority = n)</div><div>GCUsing(GCSystem) - all objects created in the specified scope will be GCed using specified GC - annotations need to support static references</div><div>GCSuspend - a synchronous object can be used so that the GC threads do not run while the code block is executing</div>
</div><div><br></div><div>Suminda</div><div><div><div dir="ltr"><div><span style="font-family:'arial narrow',sans-serif">--</span></div><span style="font-family:'arial narrow',sans-serif">Suminda Sirinath Salpitikorala Dharmasena</span><span style="font-family:'arial narrow',sans-serif">, B.Sc. Comp. & I.S. (Hon.) Lond., P.G.Dip. Ind. Maths. J'Pura, MIEEE, MACM</span><span style="font-family:'arial narrow',sans-serif">, CEO </span><span style="font-family:'comic sans ms',sans-serif">Sakrīō!</span><span style="font-family:'arial narrow',sans-serif"> </span><span style="font-family:'arial narrow',sans-serif">▣ </span><b style="font-family:'arial narrow',sans-serif"><i>Address</i></b><span style="font-family:'arial narrow',sans-serif">: 6G • 1st Lane • Pagoda Road • Nugegoda 10250 • Sri Lanka. </span><span style="font-family:'arial narrow',sans-serif">▣ </span><b style="font-family:'arial narrow',sans-serif"><i>Mobile</i></b><span style="font-family:'arial narrow',sans-serif">: +94-(0)711007945 </span><span style="font-family:'arial narrow',sans-serif">▣ </span><b style="font-family:'arial narrow',sans-serif"><i>Tele</i></b><span style="font-family:'arial narrow',sans-serif">: +94-(0)11-5 864614 / 5 875614 / 2 825908 ▣ <b><i>Web</i></b>: <a href="http://www.sakrio.com" target="_blank">http://www.sakrio.com</a> </span><span style="font-family:'arial narrow',sans-serif">▣</span></div>
<div dir="ltr"><br><div><font face="arial narrow, sans-serif">This email is subjected to the email Terms of Use and Disclaimer: <a href="http://www.sakrio.com/email-legal" target="_blank">http://www.sakrio.com/email-legal</a>. Please read this first.</font></div>
<div><font face="arial narrow, sans-serif">--</font></div></div></div>
</div>