ra_lifet.h 472 B

1234567891011121314151617
  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 _ L I F E T I M E . H
  9. */
  10. void build_lifetimes(item_p items[]);
  11. /* compute the it_lives attribute of every
  12. * item; this is a list of intervals
  13. * during which the item is live,
  14. * i.e. its current value may be used.
  15. */