ra_pack.h 447 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 A C K . H
  9. */
  10. extern pack(); /* ( alloc_p alloclist, *packed_out,*not_packed_out;
  11. * bool time_opt; proc_p p)
  12. * This is the packing system. It decides which
  13. * allations to grant a register.
  14. */