This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Register allocation in GCC 4
- From: "Jon Beniston" <jbeniston at compxs dot com>
- To: "'Nathan Sidwell'" <nathan at codesourcery dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Mon, 25 Apr 2005 13:39:29 +0100
- Subject: RE: Register allocation in GCC 4
- Organization: CompXs
- Reply-to: <jbeniston at compxs dot com>
Hi Nathan,
> I guess
> it must be to do with function calling
Good call. I screwed up the conversion from FUNCTION_ARG_PARTIAL_NREGS to
TARGET_ARG_PARTIAL_BYTES.
Cheers,
Jon