xo-gc stack: refactor + streamline.
Retiring unused Collector typealiases. Fix #include topology. Fix/improve write barrier setup.
This commit is contained in:
parent
4ab49af785
commit
3625758272
76 changed files with 279 additions and 182 deletions
|
|
@ -4,8 +4,8 @@
|
|||
output_hpp_dir: "include/xo/alloc2",
|
||||
output_impl_subdir: "gc",
|
||||
includes: [
|
||||
"<xo/alloc2/Allocator.hpp>",
|
||||
"<xo/alloc2/Collector.hpp>",
|
||||
"<xo/alloc2/Allocator_basic.hpp>",
|
||||
// "<xo/alloc2/Collector.hpp>",
|
||||
"<xo/alloc2/GCObjectVisitor.hpp>",
|
||||
"<cstdint>",
|
||||
"<cstddef>",
|
||||
|
|
@ -38,11 +38,11 @@
|
|||
doc: ["fomo allocator type"],
|
||||
definition: "xo::mm::AAllocator",
|
||||
},
|
||||
{
|
||||
name: "ACollector",
|
||||
doc: ["fomo collector type"],
|
||||
definition: "xo::mm::ACollector",
|
||||
},
|
||||
// {
|
||||
// name: "ACollector",
|
||||
// doc: ["fomo collector type"],
|
||||
// definition: "xo::mm::ACollector",
|
||||
// },
|
||||
{
|
||||
name: "AGCObjectVisitor",
|
||||
doc: ["fomo collector type"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue