At 05:43 PM 6/19/2001 -0500, David L. Nicol wrote:
>         set $B to copy-on-write mode, so future changes to $B do not 
> affect $A

The one problem with copy-on-write is that, if we implement it in software, 
we end up paying the price to check it on every string write. (No free 
depending on the hardware, alas)

Not that this should shoot down the idea of COW strings, but it is a cost 
that needs considering. (I suppose we could have a COW subtype of the basic 
scalar and string scalar)

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to