question:

deepCopy have this behavior :
- copy self.
- then send deepCopy on all instance var.

this behavior, make infinite loop when  a object have instance  
variable which reference to himself or more longer cycle.

Why don't replace deepCopy by veryDeepCopy, same behavior but copy  
each object only once (create collection and keep reference).
performance issue ?





_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to