|
|
|
|
|
by holy_city
2447 days ago
|
|
My issue isn't ABI stability but the ABI itself w.r.t vtable layout. Best I can tell it should be similar to Itanium's spec? [1]. It's been months since I did this, but iirc my problems stemmed from having multiple interfaces on top of the same implementation and the ordering/layout of those interfaces, though the IUnknown interface which is supposed to handle that. [1] https://itanium-cxx-abi.github.io/cxx-abi/abi.html#vtable |
|
Tear-off interfaces and delegated implementations are things in this world.