Reference counting is not done for the references kept on stack. That means 
that the GC could potentially kill a living object in some situations. In order 
to avoid that I disable the GC, and call it (e.g. GC_step) in the bottom of the 
stack.

Reply via email to