Hi!

The following patch makes the compiler emit calls to different lookup functions 
depending on the return type. While this does not seem useful at the first 
look, it is required to call the correct forwarding function which often just 
returns an assembly implementation that does the actual forwarding.

Please review and commit the patch so that I can have proper forwarding in 
ObjFW that does not just crash when a method returning a big struct or an fp 
value is returned :).

PS: Please CC me in replies.

Attachment: 0001-Issue-calls-to-objc_msg_lookup_-fp-st-ret-for-the-Ob.patch
Description: Binary data

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

Reply via email to