refactor: xo-gc: + GCObjectVisitor.generation_of()
Concession to narrow MutationLogStore to only use GCObjectVisitor instead of assuming X1Collector.
This commit is contained in:
parent
60dfeaaaaf
commit
b794f225b2
6 changed files with 36 additions and 7 deletions
|
|
@ -59,6 +59,7 @@ namespace mm {
|
|||
|
||||
// const methods
|
||||
[[noreturn]] AllocInfo alloc_info(Copaque, void *) const override { _fatal(); }
|
||||
[[noreturn]] Generation generation_of(Copaque, role, const void *) const noexcept override { _fatal(); }
|
||||
|
||||
// nonconst methods
|
||||
[[noreturn]] void * alloc_copy(Opaque, std::byte *) const override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue