xo-object2: streamline write barriers for DList,DArray muts
This commit is contained in:
parent
3d24a523f3
commit
866b6a55e2
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ namespace xo {
|
||||||
if (this->end_) {
|
if (this->end_) {
|
||||||
/* DExpectQListSsm owns {start_, end_} -> preserves acyclic property */
|
/* DExpectQListSsm owns {start_, end_} -> preserves acyclic property */
|
||||||
|
|
||||||
end_->_assign_rest(new_last);
|
end_->_assign_rest(p_psm->expr_alloc(), new_last);
|
||||||
|
|
||||||
this->end_ = new_last;
|
this->end_ = new_last;
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue