1994-06-24 11:31:16 +00:00
|
|
|
/* $Id$ */
|
1987-03-09 19:15:41 +00:00
|
|
|
/*
|
|
|
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
|
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
|
|
*/
|
1984-11-26 14:35:32 +00:00
|
|
|
|
|
|
|
/* 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
|
|
|
|
*/
|
|
|
|
|
2019-10-31 22:05:22 +00:00
|
|
|
void compute_profits(alloc_p alloclist, bool time_opt);
|
|
|
|
/*
|
1984-11-26 14:35:32 +00:00
|
|
|
* Compute the profits attribute of every allocation.
|
|
|
|
*/
|
2019-10-31 22:05:22 +00:00
|
|
|
void regsave_cost(short regs[], short *time_out, short *space_out);
|