Map
Index
Random
Help
th

Quote: with garbage collection and debugging, a call can modify live local variables; C-- can mark parameters and variables as invariant across calls

QuoteRef: joneSP9_1999 , p. 23



Topic:
memory management by garbage collection

Quotation Skeleton

In the presence of garbage collection and debugging, … a compacting garbage collector might modify pointers saved … [p. 24] To eliminate this penalty, the front end … The run-time system and debugger may not change … If variables will not be changed by a … using mostly-copying collectors [refs] or non-compacting collectors [ref] can safely mark all variables as invariant across calls.   Google-1   Google-2

Copyright clearance needed for quotation.


Related Topics up

Topic: memory management by garbage collection (116 items)

Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.