Map
Index
Random
Help
th

QuoteRef: suzuN_1980

topics > all references > ThesaHelp: references sa-sz



ThesaHelp:
ACM references m-z
ThesaHelp:
references sa-sz
Topic:
memory management by reference counting
Topic:
pointer rotation
Topic:
register allocation by usage counts

Reference

Suzuki, N., "Analysis of pointer rotation ", ACM Principles of Programming Languages , pp. 1-11 , 1980. Google

Quotations
3 ;;Quote: pointer rotation preserves the number of pointers to a record; reference counts are preserved
3 ;;Quote: linear lists and trees have reference counts of one; pointer rotation preserves this; prevents circularity or shared cells
4 ;;Quote: pointer rotation is invariant to rotating its arguments
4 ;;Quote: straight-line code that preserves reference counts and does not create records is implemented by a pointer rotation
4 ;;Quote: if a computation preserves reference counts and number of reachable records, then is implemented solely by pointer rotations
5 ;;Quote: pointer slide is like an n-bit shift; can use for pointer assignment
5 ;;Quote: example of freeing a record explicitly with pointer rotation
4 ;;Quote: example of moving a record from list to another using pointer rotation
5 ;;Quote: in pointer rotation, a record is lost if it is no longer reachable from the arguments; a rotation is safe if it can't lose records
5 ;;Quote: there are only two distinct classes of 3-way rotations


Related Topics up

ThesaHelp: ACM references m-z (280 items)
ThesaHelp: references sa-sz (237 items)
Topic: memory management by reference counting (22 items)
Topic: pointer rotation (11 items)
Topic: register allocation by usage counts (12 items)

Collected barberCB 3/82
Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.