<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Suminda,<div><br></div><div>With all due respect, I'm not sure that it's a great idea to pass control of the garbage collectors over to the programmer. In this case, if you were to ensure that GC did not happen during the execution of a block you are in danger of filling heap. A better way to prevent GC is to not create objects.</div><div><br></div><div>Regards,</div><div>Kirk<br><div><div>On 2013-04-19, at 11:10 AM, Suminda Dharmasena <<a href="mailto:sirinath@sakrio.com">sirinath@sakrio.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Another potential tag to ensure GC does not happen during the execution of a code block:<div><ul><li>GCSuspend - a synchronous object can be used so that the GC threads do not run while the code block is executing</li></ul>
<div>Of course some revision to current annotations will be needed to accommodate this.</div></div>
</blockquote></div><br></div></body></html>