xo-gc stack: + gc-report-object-types() primitive
This commit is contained in:
parent
f7c269a505
commit
b6353ccc3d
3 changed files with 39 additions and 2 deletions
|
|
@ -137,6 +137,11 @@ namespace xo {
|
|||
GcPrimitives::make_report_gc_statistics_pm(mm, stbl),
|
||||
flags & InstallFlags::f_generalpurpose));
|
||||
|
||||
ok = ok & (PrimitiveRegistry::install_aux
|
||||
(sink,
|
||||
GcPrimitives::make_report_gc_object_types_pm(mm, stbl),
|
||||
flags & InstallFlags::f_generalpurpose));
|
||||
|
||||
ok = ok & (PrimitiveRegistry::install_aux
|
||||
(sink,
|
||||
GcPrimitives::make_request_gc_pm(mm, stbl),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue