Re: Vtables: what do we know so far?

2001-02-02 Thread Nick Ing-Simmons
Edwin Steiner <[EMAIL PROTECTED]> writes: >Filipe Brandenburger wrote: >[...] >> struct sv { >> vtable_sv * ptr_to_vtable; >> void * ptr_to_data; >> void * gc_data; >> }; >[...] >> I don't think I can get further from here. Note that, in all examples, >

Re: Vtables: what do we know so far?

2001-02-02 Thread Edwin Steiner
Filipe Brandenburger wrote: [...] > struct sv { > vtable_sv * ptr_to_vtable; > void * ptr_to_data; > void * gc_data; > }; [...] > I don't think I can get further from here. Note that, in all examples, > I didn't write the `this' pointer that every funct