xo-reader2 stack: streamline + mem sizing + bugfixes
This commit is contained in:
parent
8aec961990
commit
d36f0b7733
11 changed files with 217 additions and 141 deletions
|
|
@ -25,8 +25,8 @@ namespace xo {
|
|||
}
|
||||
|
||||
dp<DGlobalSymtab>
|
||||
DGlobalSymtab::make(obj<AAllocator> aux_mm,
|
||||
obj<AAllocator> mm,
|
||||
DGlobalSymtab::make(obj<AAllocator> mm,
|
||||
obj<AAllocator> aux_mm,
|
||||
const ArenaHashMapConfig & cfg)
|
||||
{
|
||||
auto map = dp<repr_type>::make(aux_mm, cfg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue