[Mono-list] Re: Is Objective-C support possible?

Miguel de Icaza miguel@ximian.com
15 Feb 2002 19:46:48 -0500


> Were you to write Objective-C support for .NET the biggest performance 
> challenge would be getting selectors to work. The method dispatch system in 
> .NET is vtable oriented, but Objective-C is based on dynamic dispatch.

yes, but as I said in my previous post, anyone can implement
objc_msg_lookup and do a pointer call.  

Miguel