Related articles |
---|
Register allocation and Register assignment ccwei@csie.nctu.edu.tw (1994-03-05) |
Re: Register allocation and Register assignment preston@noel.cs.rice.edu (1994-03-22) |
Newsgroups: | comp.compilers |
From: | preston@noel.cs.rice.edu (Preston Briggs) |
Keywords: | registers |
Organization: | Rice University, Houston |
References: | 94-03-032 |
Date: | Tue, 22 Mar 1994 15:53:35 GMT |
ccwei@csie.nctu.edu.tw (Ching-Wei Chen) writes:
>Can anyone tell me the differences between register allocation
>and register assignment?
People don't always distinguish between the two terms; but, when a
distinction is made, allocation means chosing which values will be
kept in registers whereas assignment means specifying a particular
register for each value.
Preston Briggs
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.