ASM help needed... (on x86/windows/gcc)
Andrew Pinski
pinskia@physics.uc.edu
Fri May 20 04:54:00 GMT 2005
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
More information about the Gcc
mailing list