Re: Graph colouring and local register allocation
- From: Sid Touati <SidTouati@xxxxxxxx>
- Date: Mon, 05 Nov 2007 17:38:35 +0100
Mohamed Shafi a icrit :
Most of the modern compliers will have both
global register allocation and local register allocation.
sorry, but I would say "most of the old compilers have ...".
They do exist since many decades, and were designed early for sequential
processors.
Modern compilers target modern ILP processors, not sequential ones...
If your register allocation use graph coloring as for the old sequential
processors, then it is not well designed for ILP processors.
However, some embedded low power processor (such as ARM) are still
sequential.
.
- Follow-Ups:
- Re: Graph colouring and local register allocation
- From: Miles Bader
- Re: Graph colouring and local register allocation
- Prev by Date: Re: Looking for LL(k) C grammar
- Next by Date: Garbage collection and optimization
- Previous by thread: Re: Graph colouring and local register allocation
- Next by thread: Re: Graph colouring and local register allocation
- Index(es):
Relevant Pages
|
|