GC and multiple inheritance as in C++

Juro Jon <[email protected]> Thu, 12 Jun 2008 01:18:37 -0700 (PDT)
Newsgroups gmane.comp.gnome.mono.garbage-collection
Message-ID <[email protected]>
Hello, I have a question concerning implementation of multiple inheritance in
CIL. For a C++ MI object, a pointer can points to inside the object body
instead of the its head. eg.
struct A : B, C { };  C* c = new A;
While Boehm GC detects this kind of reference, is it a supported feature of
Mono? If not, what is the suggested way to implement it (eg. what is the
C++/CLI way) ?

Thanks you
-- 
View this message in context: http://www.nabble.com/GC-and-multiple-inheritance-as-in-C%2B%2B-tp17769541p17769541.html
Sent from the Mono - Garbage Collection mailing list archive at Nabble.com.

_______________________________________________
Mono-gc-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-gc-list