Re: Pitfalls in interference graph ?

torbenm@app-1.diku.dk (Torben =?iso-8859-1?Q?=C6gidius?= Mogensen)
Mon, 01 Oct 2007 11:41:39 +0200

          From comp.compilers

Related articles
Pitfalls in interference graph ? shafitvm@gmail.com (Mohamed Shafi) (2007-09-28)
Re: Pitfalls in interference graph ? SidTouati@inria.fr (ST) (2007-10-01)
Re: Pitfalls in interference graph ? torbenm@app-1.diku.dk (2007-10-01)
Re: Pitfalls in interference graph ? johnl@iecc.com (2007-10-01)
Re: Pitfalls in interference graph ? bergner@vnet.ibm.com (Peter Bergner) (2007-10-01)
Re: Pitfalls in interference graph ? marcov@stack.nl (Marco van de Voort) (2007-10-01)
Re: Pitfalls in interference graph ? rayiner@gmail.com (Rayiner Hashem) (2007-10-01)
Re: Pitfalls in interference graph ? rayiner@gmail.com (Rayiner Hashem) (2007-10-01)
Re: Pitfalls in interference graph ? jeremy.wright@microfocus.com (Jeremy Wright) (2007-10-02)
[6 later articles]
| List of all articles for this month |

From: torbenm@app-1.diku.dk (Torben =?iso-8859-1?Q?=C6gidius?= Mogensen)
Newsgroups: comp.compilers
Date: Mon, 01 Oct 2007 11:41:39 +0200
Organization: Department of Computer Science, University of Copenhagen
References: 07-09-104
Keywords: optimize, registers
Posted-Date: 01 Oct 2007 10:19:45 EDT

"Mohamed Shafi" <shafitvm@gmail.com> writes:


> Hello all,
>
> I am trying to implement Briggs Optimistic register allocator after
> reading the the thesis written by Preston Briggs.
>
> Now for building the interference graph what other than register pairs
> is there any other issues that one has to look out for?


  - Calling conventions, i.e., caller-saves versus callee-saves
      registers, parameter-transfer registers and registers used for
      return address and stack/frame pointer.


  - Special-purpose registers, such as multiplication using specific
      registers for arguments and results.


  - Register types such as address/integer/FP registers.


Torben



Post a followup to this message

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