On Mon, Dec 29, 2008 at 11:49 PM, Steve Cronin <steve_cro...@mac.com> wrote: > Call me finicky if you want but I love spanking clean compiles.
Not finicky; appropriately cautious. But this is going to happen whenever you start deciding to invoke methods based on -respondsToSelector:. The compiler needs to know some aspects of the selector's type signature in order to generate the correct code. Otherwise it's going to start passing arguments on the stack when they should be in floating-point registers or making other such mistakes. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com