<p dir="ltr">I've updated that bug. I hope that the new dynamic runtime will eliminate the problems with GC.<br>
Basically with the new runtime all the allocations from the GC zone will be instead done using the ASan allocator. But this will lead to increased memory consumption, because none of those allocations will be garbage collected.</p>

<div class="gmail_quote">On Dec 21, 2012 1:58 AM, "Sean McBride" <<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Fri, 14 Dec 2012 11:16:13 +0400, Kostya Serebryany said:<br>
<br>
>> Has anyone tried asan with Obj-C GC?<br>
>><br>
><br>
>> They seem incompatible. :(  Even with a trivial example that just calls<br>
>> NSApplicationLoad() in main().<br>
>><br>
><br>
>This is very likely.<br>
<br>
Well, I created a bug incase it's expectedly easy to fix, like bug #13794 was:<br>
<br>
<<a href="http://llvm.org/bugs/show_bug.cgi?id=14674" target="_blank">http://llvm.org/bugs/show_bug.cgi?id=14674</a>><br>
<br>
Cheers,<br>
<br>
Sean<br>
<br>
<br>
<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div>