xo-gc: use DArenaVector for DX1Collector.object_types_
Original implementation predated DArenaVector, using it is more natural
This commit is contained in:
parent
1dd3a6543f
commit
70e6d3a5bc
7 changed files with 104 additions and 37 deletions
|
|
@ -97,6 +97,7 @@ namespace xo {
|
|||
ok &= gc.install_type(impl_for<AGCObject, DList>());
|
||||
ok &= gc.install_type(impl_for<AGCObject, DArray>());
|
||||
ok &= gc.install_type(impl_for<AGCObject, DDictionary>());
|
||||
ok &= gc.install_type(impl_for<AGCObject, DRuntimeError>());
|
||||
|
||||
return ok;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue