I just noticed that in this patch, I also handle fpret differently, even though 
that should not be necessary for forwarding (or is there an architecture where 
it is?). The idea was originally that this would make sending to nil more 
robust, however, what an fpret is is highly platform dependent. Therefore I'm 
not sure if also having objc_msg_send_fpret is a good idea. Any opinions on 
that? (I think the compiler should handle nil messaging for everything that 
does not return an integer type - this seems to be the only way to always do it 
right).

--
Jonathan
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to