Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Compile and go system
Programming language processor

In computer programming, a compile and go system; compile, load, and go system; assemble and go system; or load and go system is a programming language processor in which the compilation, assembly, or link steps are not separated from program execution. The intermediate forms of the program are generally kept in primary memory, and not saved to the file system.

Examples of compile-and-go systems are WATFOR, PL/C, and Dartmouth BASIC. An example of load-and-go systems is the loader Anthony J. Barr wrote for the University Computing Corporation in 1968 that was replaced in the market by the IBM OS/360 loader in 1972. These OS/360 loaders performed many of the functions of the Linkage Editor but placed the linked program in memory rather than creating an executable on disk. Compile and go systems differ from interpreters, which either directly execute source code or execute an intermediate representation.

We don't have any images related to Compile and go system yet.
We don't have any YouTube videos related to Compile and go system yet.
We don't have any PDF documents related to Compile and go system yet.
We don't have any Books related to Compile and go system yet.
We don't have any archived web articles related to Compile and go system yet.

Analysis

Advantages of compile-and-go systems are:

  • The user need not be concerned with the separate steps of compilation, assembling, linking, loading, and executing.
  • Execution speed is generally much superior to interpreted systems.
  • They are simple and easier to implement.[dubious – discuss]14

Disadvantages of compile-and-go loaders are:

  • There is wastage in memory space due to the presence of the assembler or compiler.1516
  • The code must be reprocessed every time it is run.171819
  • Systems with multiple modules, possibly in different languages, cannot be handled naturally within this framework.2021

Compile-and-go systems were popular in academic environments, where student programs were small, compiled many times, usually executed quickly and, once debugged, seldom needed to be re-executed.

See also

Cross-reference

Sources used

  • Dhotre, I.A.; Puntambekar, A.A. (2008). Systems Software. Technical Publications. ISBN 9788184315004.
  • Donovan, John J. (1972). Systems programming. McGraw-Hill computer science series. McGraw-Hill. ISBN 978-0-07-017603-4.
  • Isrd (2006). Computer Organization. ACE series. Tata McGraw-Hill Education. ISBN 9780070593619.
  • Janson, Philippe (1985). Operating systems: structures and mechanisms. Academic Press. ISBN 9780123802309.
  • Joseph, M. (2007). System Software. Firewall Media. ISBN 9788131800362.
  • Morris, Christopher G. (1992). "compile-and-go". Academic Press dictionary of science and technology. Gulf Professional Publishing. ISBN 9780122004001.
  • Weik, Martin H. (2000a). "assemble-and-go". Computer science and communications dictionary. Vol. 2. Springer. ISBN 9780792384250.
  • Weik, Martin H. (2000b). "compile-and-go". Computer science and communications dictionary. Vol. 2. Springer. ISBN 9780792384250.

References

  1. Weik 2000a, p. 66. - Weik, Martin H. (2000a). "assemble-and-go". Computer science and communications dictionary. Vol. 2. Springer. ISBN 9780792384250.

  2. Weik 2000b, p. 260. - Weik, Martin H. (2000b). "compile-and-go". Computer science and communications dictionary. Vol. 2. Springer. ISBN 9780792384250.

  3. Dhotre & Puntambekar 2008, pp. 3–2. - Dhotre, I.A.; Puntambekar, A.A. (2008). Systems Software. Technical Publications. ISBN 9788184315004.

  4. Donovan 1972, pp. 150. - Donovan, John J. (1972). Systems programming. McGraw-Hill computer science series. McGraw-Hill. ISBN 978-0-07-017603-4. https://archive.org/details/systemsprogrammi00don_xk6

  5. Janson 1985, pp. 184. - Janson, Philippe (1985). Operating systems: structures and mechanisms. Academic Press. ISBN 9780123802309.

  6. Morris 1992, pp. 477. - Morris, Christopher G. (1992). "compile-and-go". Academic Press dictionary of science and technology. Gulf Professional Publishing. ISBN 9780122004001.

  7. Isrd 2006, pp. 226. - Isrd (2006). Computer Organization. ACE series. Tata McGraw-Hill Education. ISBN 9780070593619.

  8. Joseph 2007, pp. 130. - Joseph, M. (2007). System Software. Firewall Media. ISBN 9788131800362.

  9. Dhotre & Puntambekar 2008, pp. 3–2. - Dhotre, I.A.; Puntambekar, A.A. (2008). Systems Software. Technical Publications. ISBN 9788184315004.

  10. Weik 2000a, p. 66. - Weik, Martin H. (2000a). "assemble-and-go". Computer science and communications dictionary. Vol. 2. Springer. ISBN 9780792384250.

  11. Weik 2000b, p. 260. - Weik, Martin H. (2000b). "compile-and-go". Computer science and communications dictionary. Vol. 2. Springer. ISBN 9780792384250.

  12. Dhotre & Puntambekar 2008, pp. 3–2. - Dhotre, I.A.; Puntambekar, A.A. (2008). Systems Software. Technical Publications. ISBN 9788184315004.

  13. IBM Corporation (1972). IBM OS Linkage Editor and Loader (PDF). http://bitsavers.informatik.uni-stuttgart.de/pdf/ibm/360/os/R21.0_Mar72/GC28-6538-9_OS_Linkage_Editor_and_Loader_Release_21_Jan72.pdf

  14. Dhotre & Puntambekar 2008, pp. 3–2. - Dhotre, I.A.; Puntambekar, A.A. (2008). Systems Software. Technical Publications. ISBN 9788184315004.

  15. Isrd 2006, pp. 226. - Isrd (2006). Computer Organization. ACE series. Tata McGraw-Hill Education. ISBN 9780070593619.

  16. Dhotre & Puntambekar 2008, pp. 3–2. - Dhotre, I.A.; Puntambekar, A.A. (2008). Systems Software. Technical Publications. ISBN 9788184315004.

  17. Janson 1985, pp. 189. - Janson, Philippe (1985). Operating systems: structures and mechanisms. Academic Press. ISBN 9780123802309.

  18. Isrd 2006, pp. 226. - Isrd (2006). Computer Organization. ACE series. Tata McGraw-Hill Education. ISBN 9780070593619.

  19. Dhotre & Puntambekar 2008, pp. 3–2. - Dhotre, I.A.; Puntambekar, A.A. (2008). Systems Software. Technical Publications. ISBN 9788184315004.

  20. Isrd 2006, pp. 226. - Isrd (2006). Computer Organization. ACE series. Tata McGraw-Hill Education. ISBN 9780070593619.

  21. Dhotre & Puntambekar 2008, pp. 3–2. - Dhotre, I.A.; Puntambekar, A.A. (2008). Systems Software. Technical Publications. ISBN 9788184315004.