Re: interaction between loop scheduling and register allocation

preston@dawn.cs.rice.edu (Preston Briggs)
Fri, 28 Aug 1992 18:06:54 GMT

          From comp.compilers

Related articles
interaction between loop scheduling and register allocation wang@minos.inria.fr (1992-08-26)
Re: interaction between loop scheduling and register allocation preston@dawn.cs.rice.edu (1992-08-28)
| List of all articles for this month |

Newsgroups: comp.compilers
From: preston@dawn.cs.rice.edu (Preston Briggs)
Organization: Rice University, Houston
Date: Fri, 28 Aug 1992 18:06:54 GMT
References: 92-08-154
Keywords: registers, optimize, bibliography

wang@minos.inria.fr writes:
>Is [there] any published paper about the interaction between
>loop scheduling and register allocation and the algorithms for combining
>these two parts?


Try this one, from the SIGPLAN '92 Conference on Programming Languages
and Design. The proceedings are published in SIGPLAN Notices.


@article{rau:92,
    title="Register Allocation for Software Pipelined Loops",
    author="B. R. Rau and M. Lee and P. P. Tirumalai and M. S. Schlansker",
    pages="283--299",
    journal=sigplan,
    year=1992,
    month=july,
    volume=27,
    number=7,
    note=pldi92
}
--


Post a followup to this message

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