
9 Apr
2008
9 Apr
'08
9:26 p.m.
On Wed, 2008-04-09 at 17:06 -0400, Frank Mori Hess wrote:
think of. Of course, you would still be inflicted with a vtable, but that doesn't add any per-object space overhead, which seems to be what you're most concerned about.
A vtable means that the per-object size *does* grow, since each object needs a pointer to the vtable. Regards, Daniel