12 lines
262 B
C
12 lines
262 B
C
|
|
||
|
/* R E G I S T E R A L L O C A T I O N
|
||
|
*
|
||
|
* R A _ P R O F I T S . H
|
||
|
*/
|
||
|
|
||
|
extern compute_profits();/* (alloc_p alloclist)
|
||
|
* Compute the profits attribute of every allocation.
|
||
|
*/
|
||
|
short regsave_cost(); /* (short regs[], *time_out, *space_out)
|
||
|
*/
|