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: [lto] Read options from all the IL files


On Thu, Feb 12, 2009 at 08:06:25AM -0500, Diego Novillo wrote:
> On Wed, Feb 11, 2009 at 15:16, Michael Meissner
> <meissner@linux.vnet.ibm.com> wrote:
> 
> > Well on the x86_64 at least, you should be able to use the function specific
> > option support that I put in when I worked at AMD.
> 
> Yeah, that's exactly what I had in mind.  Thanks.
> 
> Are there plans to support this scheme in other targets?  If not, we
> will just need to detect whether the target has support for it.

Well for target specific flags, the backend maintainer(s) have to do the
conversion.  At some point, I hope to do the power/powerpc backend, but it
isn't high on the priority list.

For the optimization flags, in theory it should work for all targets right now.
I'm sure there are various bugs, including some that have already been
reported.

-- 
Michael Meissner, IBM
4 Technology Place Drive, MS 2203A, Westford, MA, 01886, USA
meissner@linux.vnet.ibm.com


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