xo-interpreter: refactor for explicit gc::GC* dep
This commit is contained in:
parent
4d2cd54365
commit
52113737ac
24 changed files with 123 additions and 63 deletions
|
|
@ -47,6 +47,18 @@ namespace xo {
|
|||
*lhs = rhs;
|
||||
}
|
||||
|
||||
bool
|
||||
IAlloc::check_owned(Object * /*obj*/) const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
IAlloc::check_move(Object * /*obj*/) const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
// LCOV_EXCL_START
|
||||
std::byte *
|
||||
IAlloc::alloc_gc_copy(std::size_t /*z*/, const void * /*src*/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue