On Wed, 26 Sep 2012, Mateusz Grotek wrote:

Dear Squeakers,
What is the computational complexity of become: and becomeForward:?

Both of those methods use primitives which scan the whole objectMemory. So it's O(the number of all objects in the image).


Levente

Best wishes,
Mateusz
_______________________________________________
Beginners mailing list
[email protected]
http://lists.squeakfoundation.org/mailman/listinfo/beginners

_______________________________________________
Beginners mailing list
[email protected]
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to