From: Panayotis K. <pan...@pa...> - 2012-02-24 18:08:50
|
On 24 Φεβ 2012, at 6:51 μ.μ., Arno Puder wrote: > if you made those references strong, you > would end up with a memory leak. Since a garbage collector can deal with > those situation, this is not a problem with the C backend. Thank you for the clarification. This explains the observed "weak" behavior in the ObjC backend and makes me confident that the issue is (will be) resolved in the C backend. |