> -----Original Message----- > From: Michael Meissner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 28, 2007 1:58 PM > To: gcc@gcc.gnu.org; [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Function specific optimizations call for discussion > > One of the things that I've been interested in is adding > support to GCC to > compile individual functions with specific target options. I > first presented a > draft at the Google mini-summit, and then another draft at > the GCC developer > summit last July. <snip> > I would welcome any thoughts > or suggestions > about this proposal.
As I spoke to you about this at the Summit, the users of the AVR port, and I would also postulate the general embedded community, would *really* like to have this functionality, especially your Stage 1. There are many AVR, or embedded, applications where they are generally optimized for size, but have a time-critical function that needs to be optimized for speed. I would vote for including both the attribute syntax and the pragma syntax. I have many users who would be more comfortable with the pragma syntax, despite any shortcomings. Eric Weddington