Initial revision

This commit is contained in:
bal
1984-11-26 14:35:32 +00:00
parent 15aec67505
commit e551fa234e
35 changed files with 5262 additions and 0 deletions

19
util/ego/ra/ra_allocl.h Normal file
View File

@@ -0,0 +1,19 @@
/* R E G I S T E R A L L O C A T I O N
*
* R A _ A L L O C L I S T . H
*/
extern alloc_p build_alloc_list(); /* (proc_p p; short nrloops;
* item_p itemlist)
* Build a list of possible allocations
* for procedure p. An allocation
* essentially is a pair (item,timespan)
*/
extern build_rivals_graph(); /* (alloc_p alloclist)
/* See which allocations in the list are
* rivals of each other, i.e. there is
* some point of time, falling in both
* timespans, at which the items of
* both allocations are live.
*/