Map
Index
Random
Help
th

Quote: call-by-reference creates shared memory between caller and callee; if multi-threaded, information can transfer at any time

topics > all references > references g-h > QuoteRef: grimR2_2001 , p. 55



Topic:
parameter passing by reference
Topic:
managing shared memory
Topic:
parameter passing by value-result
Topic:
extensible systems

Quotation Skeleton

Notably, call-by-reference grants both caller and callee access … creates (type-safe) shared memory. In a multi-threaded system, … invocation and return. Consequently … access checks on call-by-reference arguments are not very … the use of shared memory is inappropriate in … should always be represented by abstract data types … [Extensible systems should provide multiple return results and] thread-safe calling conventions such as call-by-value/result at …   Google-1   Google-2

Copyright clearance needed for quotation.

Additional Titles

Quote: do not use shared memory or call-by-reference for extensible systems; use multiple return results and call-by-value/result

Related Topics up

Topic: parameter passing by reference (11 items)
Topic: managing shared memory (74 items)
Topic: parameter passing by value-result (10 items)
Topic: extensible systems (22 items)

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