This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: An unusual Performance approach using Synthetic registers
- From: Andy Walker <ja_walker at earthlink dot net>
- To: dewar at gnat dot com (Robert Dewar),denisc at overta dot ru
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 5 Jan 2003 22:41:50 -0600
- Subject: Re: An unusual Performance approach using Synthetic registers
- References: <20030105113840.BF53CF28C4@nile.gnat.com>
On Sunday 05 January 2003 05:38 am, Robert Dewar wrote:
<snip>
> In practice on a machine like the x86,
> the current stack frame will typically be resident in L1 cache, and that's
> where the register allocator spills to.
An interesting and valuable piece of information.
Thank you.
Andy