xo-interpreter2: tiny: streamline vsm setup
This commit is contained in:
parent
5a5b918703
commit
9b2e27a635
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ namespace xo {
|
|||
/** Configuration for allocator/collector.
|
||||
* TODO: may want to make CollectorConfig polymorphic
|
||||
**/
|
||||
X1CollectorConfig x1_config_ = X1CollectorConfig().with_name("gc").with_size(4*1024*1024);
|
||||
X1CollectorConfig x1_config_ = std_x1_config();
|
||||
/** Configuration for handful of non-moveable high-level objects
|
||||
* e.g. DArenaHashMap in global symtab
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue