Automatic program segmentation based on Boolean connectivity

  • Authors:
  • Edward W. Ver Hoef

  • Affiliations:
  • Ocean Data Systems, Inc., Rockville, Maryland

  • Venue:
  • AFIPS '71 (Spring) Proceedings of the May 18-20, 1971, spring joint computer conference
  • Year:
  • 1971

Quantified Score

Hi-index 0.01

Visualization

Abstract

The past few years have seen a significant increase in the number of computers with segmented memories, i.e., computers in which executable memory is divided into a fixed number of fixed length segments. A computer so organized can offer significant advantages over the more conventionally organized machine, the foremost advantage being that such an organization facilitates running a job with only a portion of that job in executable memory. This can be done in other computers but the determination of what portions of the program must be in executable memory at any given point in the process is then the responsibility of the person writing the program, i.e., the programmer must schedule the overlaying himself and reflect this schedule in the program.