For non runtime allocators i dont see any issue with  using a reference
type for the diffirent allocators. For the runtime itself  you dont need
many

what about
struct MultiAllocator {
Allocator allocator1  ;
Allocator allocator2  ;
Allocator allocator3  ;
Allocator allocator4 ;
...
}

instead of an Array ? Because you can do this i dont thing getting too
fancy is worth it .

Ben
_______________________________________________
bitc-dev mailing list
[email protected]
http://www.coyotos.org/mailman/listinfo/bitc-dev

Reply via email to