>I don't think DoMethod is a stub - it's a real function[...]in the libamiga static link library.
See my Aminet/SimpleDT for a DoMethod implementation WITHOUT using libamiga
We are splitting hairs but yes, DoMethod() is a stub. All it does is moving parameters to registers (A0, A1, A2) and then calling h_Entry.
Reason why it was moved to Intuition in OS4 was that now it had to figure out is hook pointing to PPC or 68k code. This approach didnt leave room for inlined or static link lib.