Note that it's fine to use them for logging or debugging but otherwise the GC 
can and will move those ref addresses in memory for cycle detection purposes if 
you have a cyclic type (unless you compile with pure refcounting with no cycle 
detection or you tag your cyclic type acyclic).

Reply via email to