This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch] Fix the allocation of jump register for RTL sequence abstraction
- From: Paolo Bonzini <paolo dot bonzini at lu dot unisi dot ch>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>, loki at gcc dot gnu dot org
- Date: Thu, 18 May 2006 10:21:22 +0200
- Subject: Re: [Patch] Fix the allocation of jump register for RTL sequence abstraction
- References: <446C2D3C.6070702@gcc.gnu.org>
3.- (Optional) The -frtl-abstraction-limit option has been added to
control the
length of abstractable sequences. In addition the backends can also
override
the default multiplier.
I think this should be a --param.
Paolo