Re: Combined Instruction Scheduling aand Register Allocation

kaveirious@gmail.com
1 Mar 2007 01:08:21 -0500

          From comp.compilers

Related articles
Combined Instruction Scheduling aand Register Allocation ammalik@cs.uwaterloo.ca (2007-02-25)
Re: Combined Instruction Scheduling aand Register Allocation anton@mips.complang.tuwien.ac.at (2007-02-26)
Re: Combined Instruction Scheduling aand Register Allocation kaveirious@gmail.com (2007-03-01)
| List of all articles for this month |

From: kaveirious@gmail.com
Newsgroups: comp.compilers
Date: 1 Mar 2007 01:08:21 -0500
Organization: Compilers Central
References: 07-02-06607-02-075
Keywords: optimize, bibliography
Posted-Date: 01 Mar 2007 01:08:21 EST

> You might be interested in the Ph.D. thesis of Andrzej Bednarski, and
> in his other publications, and in papers he cites.
>
> - anton


Yes, that's probably a good start. Their work (materialized as the
OPTIMIST compiler prototype) attacks all three problems (code
selection, register allocation and instruction scheduling) by means of
dynamic and integer linear programming.
You understand of course, that the specific solution might be too slow
(serious number in orders of magnitude) for your purposes.


Nikolaos Kavvadias



Post a followup to this message

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