- Original Message -
From: "Andrew Pinski" <[EMAIL PROTECTED]>
To: "Lloyd Dupont" <[EMAIL PROTECTED]>
Cc: "Mike Stump" <[EMAIL PROTECTED]>;
Sent: Friday, May 20, 2005 10:25 AM
Subject: Re: ASM help needed... (on x86/windows/gcc)
On May 19, 20
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
AIL PROTECTED]>
To: "Lloyd Dupont" <[EMAIL PROTECTED]>
Cc:
Sent: Friday, May 20, 2005 9:49 AM
Subject: Re: ASM help needed... (on x86/windows/gcc)
On May 19, 2005, at 4:08 PM, Lloyd Dupont wrote:
I want to do a binding to ObjectiveC
For how you described the question, lib
Sent: Friday, May 20, 2005 9:53 AM
Subject: Re: ASM help needed... (on x86/windows/gcc)
On May 19, 2005, at 7:49 PM, Mike Stump wrote:
On May 19, 2005, at 4:08 PM, Lloyd Dupont wrote:
I want to do a binding to ObjectiveC
For how you described the question, libffi would be the natural choice
and
On May 19, 2005, at 7:49 PM, Mike Stump wrote:
On May 19, 2005, at 4:08 PM, Lloyd Dupont wrote:
I want to do a binding to ObjectiveC
For how you described the question, libffi would be the natural choice
and obviates the need for asms or machine dependencies. Maybe Andrew
might have some insight
On May 19, 2005, at 4:08 PM, Lloyd Dupont wrote:
I want to do a binding to ObjectiveC
For how you described the question, libffi would be the natural
choice and obviates the need for asms or machine dependencies. Maybe
Andrew might have some insight into something libobjc specific that
might