Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Objects in shared memory


  • To: mendell@xxxxxxxxxx
  • Subject: Re: Objects in shared memory
  • From: "Matt Austern" <austern@xxxxxxxxxxxxxxxxxxx>
  • Date: Thu, 1 Jul 1999 16:03:01 -0700

On Jul 1,  3:52pm, Jim Dehnert wrote:
> Subject: Objects in shared memory
> Mark,
>   At the ABI meeting today, in discussing B-7, it was mentioned
> that someone believed that IBM provided the ability for users to
> put objects in shared memory.  Can you confirm this, and if so
> describe precisely what is supported and how?

("Objects", in this context, meaning C++ objects of types that
have virtual functions or virtual base classes.  The vptr is what
makes this a hard problem.)

			--Matt