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: [RFA] The Integrated Register Allocator


Vladimir Makarov wrote:
>  Hi, here is the Integrated Register Allocator (IRA).  To make review
> more convenient, I am submitting IRA as a patch relative to recent
> trunk (at revision 133688).
> 
> IRA is not a default register allocator.  To switch it on, option
> -fira should be used.  IRA is currently implemented only for
> x86/x86_64/ppc/itanium/sparc/arm/s390.  For all other targets, the
> compiler will issue a warning for -fira and will use the old register
> allocator as previously.

Just out of interest, do you have any performance numbers for this?

Andrew.


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