On May 19, 2005, at 8:10 PM, Lloyd Dupont wrote:
Simple, I'm building an ObjectiveC binding from .NET.
Basically my .NET code generator transform all objectiveC method in a
call to
objc_msg_send() (from the .NET code, which could call C directly)
the problem with _built_in_apply() is you need to know the size of the
stack.
and that's a real issue for method such as +stringWithFormat:... with
takes a variable number of argument
I would suggest you look into how libobjc implements forward.
Thanks,
Andrew Pinski