hsutter/gcpp

Add support for multiple statically tagged gc_heaps

Closed this issue · 0 comments

Right now the prototype still uses the global heap for simplicity. We should parameterize gc_heap<Tag> to allow multiple statically identified heaps, and gc_ptr<T,Tag> similarly to statically prevent incorrect assignment of gc_ptrs across heaps.