I am not familiar with these things, but I think when you pass a closure to a 
function as a callback, you pass the "environment" together with the function 
pointer which points to some code in code segment. I guess that's why closures 
are GC'ed.

Reply via email to