xo-gc stack: refactor + streamline.
Retiring unused Collector typealiases. Fix #include topology. Fix/improve write barrier setup.
This commit is contained in:
parent
7264efb605
commit
b1d2ae6f19
17 changed files with 130 additions and 94 deletions
|
|
@ -14,7 +14,7 @@
|
|||
#pragma once
|
||||
|
||||
// includes (via {facet_includes})
|
||||
#include "Allocator_basic.hpp"
|
||||
#include "Allocator.hpp"
|
||||
#include <xo/facet/obj.hpp>
|
||||
#include <xo/facet/facet_implementation.hpp>
|
||||
#include <xo/facet/typeseq.hpp>
|
||||
|
|
|
|||
|
|
@ -9,10 +9,18 @@
|
|||
* [iface_facet_any.hpp.j2]
|
||||
* 3. idl for facet methods
|
||||
* [idl/ResourceVisitor.json5]
|
||||
*
|
||||
* variables:
|
||||
* {facet_hpp_fname} -> ResourceVisitor.hpp
|
||||
* {impl_hpp_subdir} -> visitor
|
||||
* {facet_ns1} -> xo
|
||||
* {facet_detail_subdir} -> visitor
|
||||
* {abstract_facet_fname} -> AResourceVisitor.hpp
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "AResourceVisitor.hpp"
|
||||
#include "Allocator.hpp"
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue