ra_profits.h 438 B

12345678910111213141516
  1. /* $Id$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. /* R E G I S T E R A L L O C A T I O N
  7. *
  8. * R A _ P R O F I T S . H
  9. */
  10. extern compute_profits();/* (alloc_p alloclist)
  11. * Compute the profits attribute of every allocation.
  12. */
  13. extern regsave_cost(); /* (short regs[], *time_out, *space_out)
  14. */