This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Update postreload.c to avoid long compilation time
- From: Bernd Schmidt <bernds at codesourcery dot com>
- To: Martin Thuresson <martint at google dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 05 Aug 2010 22:08:01 +0200
- Subject: Re: Update postreload.c to avoid long compilation time
- References: <AANLkTi=UapBhS8xBT5LdOFn7YL_dOKJPVzu7S-NN0uBs@mail.gmail.com> <4C536839.70508@codesourcery.com> <AANLkTi=njbubR5nWZvoheRbu0Htsvpz1vN6XO1GwMJyN@mail.gmail.com>
On 08/04/2010 08:39 PM, Martin Thuresson wrote:
> I updated the patch by introducing SET_REGNO_RAW and updated the
> postreload.c, caller-save.c and ira.c.
>
> I saw no new test failures.
Thanks for the patch!
Some general rules for patch submission: state exactly on which target
you bootstrapped and regression tested. You'll need a ChangeLog entry
which should be contained as plain text before the patch itself; see the
existing ChangeLog for examples, and
http://www.gnu.org/prep/standards/standards.html
for exactly how to write them.
Do you have commit access? I'm assuming Google has some kind of blanket
assignment in place.
Bernd