> afaik the compiler already keeps track of which objcts can be cyclic and > which not.
Compiler cannot keep track of cycles that appear at run time. Even simple linked list can start as linear and end up having a loop. \--Leo| ---|---
> afaik the compiler already keeps track of which objcts can be cyclic and > which not.
Compiler cannot keep track of cycles that appear at run time. Even simple linked list can start as linear and end up having a loop. \--Leo| ---|---