Re: Predict register usage

andreybokhanko@gmail.com
Fri, 2 May 2008 00:35:46 -0700 (PDT)

          From comp.compilers

Related articles
Predict register usage plfriko@yahoo.de (Tim Frink) (2008-04-25)
Re: Predict register usage cfc@shell01.TheWorld.com (Chris F Clark) (2008-04-25)
Predict register usage inderaj@gmail.com (Inderaj Bains) (2008-04-26)
Re: Predict register usage SidTouati@inria.fr (Sid Touati) (2008-04-28)
Re: Predict register usage andreybokhanko@gmail.com (2008-05-02)
Re: Predict register usage andreybokhanko@gmail.com (2008-05-02)
Re: Predict register usage bfranke@inf.ed.ac.uk (=?ISO-8859-1?Q?Bj=F6rn_Franke?=) (2008-05-09)
| List of all articles for this month |

From: andreybokhanko@gmail.com
Newsgroups: comp.compilers
Date: Fri, 2 May 2008 00:35:46 -0700 (PDT)
Organization: Compilers Central
References: 08-04-093 08-04-097
Keywords: registers, optimize
Posted-Date: 03 May 2008 17:44:36 EDT

On Apr 26, 7:36 am, Chris F Clark <c...@shell01.TheWorld.com> wrote:
> The one calling (register based) convention that I'm aware of where
> you might not need spill code by doing a call, is if the architecture
> supports a rotating register window. In that case, the hardware
> itself will take care of the spills.


And even then spills are not for free. Sure, they are more effective
if done en masse, but still very costly.


Andrey



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.