Related articles |
---|
[12 earlier articles] |
Re: Register allocation kamalp@acm.org (2004-08-09) |
Re: Register allocation gopi@sankhya.com (2004-08-10) |
Re: Register allocation anton@mips.complang.tuwien.ac.at (2004-08-10) |
Re: Register allocation anton@mips.complang.tuwien.ac.at (2004-08-10) |
Re: Register allocation kym@kymhorsell.com (2004-08-11) |
Re: Register allocation kamalp@acm.org (2004-08-13) |
Register allocation thibault.langlois@di.fc.ul.pt (thibault.langlois@di.fc.ul.pt) (2005-05-13) |
Re: Register allocation rgd00@doc.ic.ac.uk (Rob Dimond) (2005-05-16) |
Re: Register allocation torbenm@diku.dk (2005-05-18) |
Re: Register allocation thibault.langlois@di.fc.ul.pt (thibault.langlois@di.fc.ul.pt) (2005-05-20) |
Re: Register allocation c3riechers@adelphia.com (Chuck Riechers) (2005-05-21) |
register allocation camille@bluegrass.net (David Lindauer) (2005-11-12) |
register allocation dgb@cs.washington.edu (1989-11-22) |
[10 later articles] |
From: | "thibault.langlois@di.fc.ul.pt" <thibault.langlois@di.fc.ul.pt> |
Newsgroups: | comp.compilers |
Date: | 13 May 2005 17:57:58 -0400 |
Organization: | http://groups.google.com |
Keywords: | registers, question |
Posted-Date: | 13 May 2005 17:57:57 EDT |
Hello,
I have a question about register allocation using a graph coloring
algorithm.
The front-end of my compiler produces a three address code
representation.
The register allocation should be performed on the intermediate
representation (to assign temporaries to registers) or should I choose
the instructions of the target processor first, assuming an infinite
number of registers and then use the register allocation to match the
actual set of registers ?
Thibault Langlois
Return to the
comp.compilers page.
Search the
comp.compilers archives again.