Re: ASM help needed... (on x86/windows/gcc)

2005-05-19 Thread Lloyd Dupont
- 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

Re: ASM help needed... (on x86/windows/gcc)

2005-05-19 Thread Andrew Pinski
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

Re: ASM help needed... (on x86/windows/gcc)

2005-05-19 Thread Lloyd Dupont
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

Re: ASM help needed... (on x86/windows/gcc)

2005-05-19 Thread Lloyd Dupont
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

Re: ASM help needed... (on x86/windows/gcc)

2005-05-19 Thread Andrew Pinski
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

Re: ASM help needed... (on x86/windows/gcc)

2005-05-19 Thread Mike Stump
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