CS 3304: Comparative Languages
Subprograms
[
Course Documents
] : [
Subprograms
]
Previous
Contents
Next
Keyword Index
Pass-By-Value
in mode
Either by physical move or access path
Disadvantages of access path method:
Must write-protect in the called subprogram
Accesses cost more (indirect addressing)
Disadvantages of physical move:
Requires more storage
Cost of the moves