Quoting Matthew Auld (2019-06-27 21:56:24) > + if (node->readonly) { Note that we can now drop the readonly field from the node as we only added it for out benefit. Now we've extended the vma impl, we can use our obj readonly flag directly. -Chris