This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, objc] maintenance, make Obj{C,C++} LTO-friendly.


On Jul 2, 2010, at 12:19 PM, IainS wrote:
> This patch is intended to maintain the 'status-quo' in the presence of LTO.

> OK for trunk?

[ after more thought and some more offline email... ]

Ok with the:

+	  /* Entries of this form are used for references to methods.
+	  The runtime re-writes these one start-up but the FE can't see 
+	  that and optimizes it away unless we force it.  */

Wording, these one start-up...

fixed.  As for the raw darwin section names in objc/*.c, I'd pre-approve moving that bit of the code behind a target hook or macro, what ever is in style this week.  I'm not sure what style I like.  Maybe just a TARGET_OBJC_CHOOSE_SECTION(decl); type of interface.

Thanks for all your help.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]