
10 Jun
2009
10 Jun
'09
2:09 a.m.
Cory Nelson wrote:
[snip] Make default copying just copy the pointers around instead of all data.
What then happens if one holder of the pointer changes some of the data? Copy on Write is OK in a single threaded system, but multiple threads leads to big problems. John