Abstract machine
An abstract machine, also called an abstract computer, is a theoretical computer used for defining a model of computation.[1][2] Abstraction of computing processes is used in both the computer science and computer engineering disciplines and usually assumes a discrete time paradigm.


In computer science
A typical abstract machine consists of a definition in terms of input, output, and the set of allowable operations used to turn the former into the latter. The best-known example is the Turing machine.[1][2]
More complex definitions create abstract machines with full instruction sets, registers and models of memory.[1] One popular model more similar to real modern machines is the RAM model, which allows random access to indexed memory locations. As the performance difference between different levels of cache memory grows, cache-sensitive models such as the external-memory model and cache-oblivious model are growing in importance.
An abstract machine can also refer to a microprocessor design which has yet to be (or is not intended to be) implemented as hardware. An abstract machine implemented as a software simulation, or for which an interpreter exists, is called a virtual machine.[1]
In the theory of computation, abstract machines are often used in thought experiments regarding computability or to analyze the complexity of algorithms. This application of abstract machines is related to the subject of computational complexity theory.
Abstract machines can also be used to model abstract data types, which can be specified in terms of their operational semantics on an abstract machine. For example, a stack can be specified in terms of operations on an abstract machine with an array of memory. Through the use of abstract machines, it is possible to compute the amount of resources (time, memory, etc.) necessary to perform a particular operation without having to construct a physical system.
Implementation
Any implementation of an abstract machine must employ a physical device (mechanical, electrical, biological, etc.) to execute programming language instructions. However, the employment of such a technique can be explicit or implicit. In reality, in addition to the "physical" implementation (in hardware) of the abstract machine's structures, there is an implementation (in software or firmware) at layers intermediate between the abstract machine and the underlying physical device. As a result, there are three cases and combinations of them for creating an abstract machine.[3]
- implementation in hardware;
- simulation using software;
- simulation (emulation) using firmware.
See also
- Abstraction (computer science)
- Abstract interpretation
- Bulk synchronous parallel
- Discrete time
- Finite-state machine
- Flynn's taxonomy
- Formal models of computation
- Krivine machine
- Model of computation
- Parallel random-access machine, the de facto standard model.[4]
- SECD machine
- State space
- Turing machine
References
- "abstract machine from FOLDOC". foldoc.org. Retrieved 2021-08-07.
- Weisstein, Eric W. "Abstract Machine". mathworld.wolfram.com. Retrieved 2021-08-07.
- Gabbrielli, Maurizio; Martini, Simone (2010), Gabbrielli, Maurizio; Martini, Simone (eds.), "Abstract Machines", Programming Languages: Principles and Paradigms, London: Springer, pp. 1–25, doi:10.1007/978-1-84882-914-5_1, ISBN 978-1-84882-914-5, retrieved 2022-04-03
- D. B. Skillicorn (2005). Foundations of Parallel Programming. Cambridge University Press. p. 18. ISBN 978-0-521-01856-2.
Further reading
- Peter van Emde Boas, Machine Models and Simulations pp. 3–66, appearing in:
- Jan van Leeuwen, ed. "Handbook of Theoretical Computer Science. Volume A: Algorithms and Complexity, The MIT PRESS/Elsevier, 1990. ISBN 0-444-88071-2 (volume A). QA 76.H279 1990.
- Stephan Diehl, Pieter Hartel and Peter Sestoft, Abstract Machines for Programming Language Implementation, Future Generation Computer Systems, Vol. 16(7), Elsevier, 2000.
- Werner Kluge (2006). Abstract Computing Machines: A Lambda Calculus Perspective. Springer. ISBN 978-3-540-27359-2.