Hello: In GNU/G++, How to build a member function by following call rules, as MS C++ "thiscall": Arguments are pushed on the stack in reverse order. The object pointer is passed in ECX. The callee pops arguments when returning. May I patch gcc source to do? Thanks