[Seaside] Deep copying

Chris Muller asqueaker at gmail.com
Mon Jun 21 22:10:51 UTC 2010


I believe veryDeepCopy is slow is due to the call to fixDependents.
If you don't need that you can override veryDeepCopy, copy the
implementation without the call to fixDependents.

On Mon, Jun 21, 2010 at 10:57 AM, Robert Sirois <watchlala at hotmail.com> wrote:
> I ended up going with #veryDeepCopy btw. It's kinda slow, but hey, it'll get
> me through some development. I've been factoring it out, actually, where I
> can.
>
> RS
>
>> Subject: Re: [Seaside] Deep copying
>> From: stephane.ducasse at free.fr
>> Date: Mon, 21 Jun 2010 07:53:38 +0200
>> To: seaside at lists.squeakfoundation.org
>>
>> in the pharo mailing-list :)
>> else we will never know it.
>>
>> Stef
>>
>> On Jun 1, 2010, at 5:36 PM, Robert Sirois wrote:
>>
>> > Yea, I know there's probably a better mailing list for this, but there's
>> > no easy way to search through them for an answer :/
>> >
>> > For some reason, #deepCopy just freezes my image (Pharo 1.0). It seems
>> > to work on simple objects, but not more complex ones. (Objects that are
>> > being referenced a lot maybe?)
>> >
>> > Thanks,
>> > RS
>> >
>> > The New Busy is not the too busy. Combine all your e-mail accounts with
>> > Hotmail. Get busy._______________________________________________
>> > seaside mailing list
>> > seaside at lists.squeakfoundation.org
>> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
> ________________________________
> Hotmail is redefining busy with tools for the New Busy. Get more from your
> inbox. See how.
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the seaside mailing list