xo-gc: refactor, focus on DX1Collector+MutationLogState
This commit is contained in:
parent
9f87d453d0
commit
ae9e97acc2
12 changed files with 140 additions and 57 deletions
|
|
@ -9,9 +9,11 @@ namespace xo {
|
|||
namespace mm {
|
||||
|
||||
MutationLogConfig::MutationLogConfig(std::uint32_t ngen,
|
||||
std::uint32_t survive,
|
||||
std::size_t mlog_z,
|
||||
bool debug_flag)
|
||||
: n_generation_{ngen},
|
||||
n_survive_threshold_{survive},
|
||||
mutation_log_z_{mlog_z},
|
||||
debug_flag_{debug_flag}
|
||||
{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue