Skip to main content

Program dismemberment

  • Chapter
JSP for Practical Program Design
  • 51 Accesses

Abstract

When we have a large program, we know that it will be swapped in and out of memory during its period of execution. If we have implemented a program using inversion, we also know that it will not be possible for the whole program to be executed (even if it is granted enough time) because there will be points in the code where control will need to be passed between the main program and the subprogram. Loading the program for it to execute also takes time, and it would therefore be logical only to load that part of the program that we know could be executed at any one time. This has the benefit of loading only that code which is required, as well as reducing the amount of time spent loading, which could be better employed in processing the data.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 1996 Kay Dudman

About this chapter

Cite this chapter

Dudman, K. (1996). Program dismemberment. In: JSP for Practical Program Design. Springer, New York, NY. https://doi.org/10.1007/978-1-4757-2537-7_13

Download citation

  • DOI: https://doi.org/10.1007/978-1-4757-2537-7_13

  • Publisher Name: Springer, New York, NY

  • Print ISBN: 978-0-387-91504-3

  • Online ISBN: 978-1-4757-2537-7

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics