Elijah Newren <newren@xxxxxxxxx> writes: > I believe the above is built on an assumption that any objects written > will not need to be read until after the merge is completed. And we > might have a nesting issue too... > ... > This is unsafe; the object may need to be read later within the same > merge. Thanks for a good analysis. I agree.