xo-object2: streamline write barriers for DList,DArray muts

This commit is contained in:
Roland Conybeare 2026-05-01 20:38:38 -04:00
commit 4ab49af785
5 changed files with 5 additions and 26 deletions

View file

@ -80,16 +80,10 @@ namespace xo {
lhs_iface, lhs_data,
rhs_iface, rhs_data); }
// see [RAllocator_aux.hpp] for implementation.
void barrier_assign(void * parent,
obj<AGCObject> * p_lhs,
obj<AGCObject> rhs) noexcept;
#ifdef NOT_YET
this->barrier_assign_aux(parent,
p_lhs->iface(),
p_lhs->opaque_data_addr(),
rhs.iface(),
rhs.opaque_data());
#endif
static bool _valid;
};