abstract machines meaning

[Computer]
1. <language> A processor design which is not intended to be implemented as hardware, but which is the notional executor of a particular intermediate language (abstract machine language) used in a compiler or interpreter. An abstract machine has an instruction set, a register set and a model of memory. It may provide instructions which are closer to the language being compiled than any physical computer or it may be used to make the language implementation easier to port to other platforms.

A virtual machine is an abstract machine for which an interpreter exists.

Examples: ABC, Abstract Machine Notation, ALF, CAML, F-code, FP/M, Hermes, LOWL, Christmas, SDL, S-K reduction machine, SECD, Tbl, Tcode, TL0, WAM.

2. <theory> A procedure for executing a set of instructions in some formal language, possibly also taking in input data and producing output. Such abstract machines are not intended to be constructed as hardware but are used in thought experiments about computability.

Examples: Finite State Machine, Turing Machine.

Examples

More:   Next
  1. these constitute the parameters of the abstract machine
  2. these define the nondeterministic aspects of the abstract machine
  3. an instance of the abstract machine can thus have more than one possible execution sequence for a given program and a given input
  4. At SDC, Ginsburg first concentrated on the theory of abstract machines.
  5. ALF programs are compiled into instructions of an abstract machine.

Related Words

Browse

  1. abstract entity meaning
  2. abstract expressionism meaning
  3. abstract interpretation meaning
  4. abstract machine meaning
  5. abstract machine notation meaning
  6. abstract noun meaning
  7. abstract of title meaning
  8. abstract sth from so or sth meaning
  9. abstract sth from sth meaning
  10. abstract syntax meaning
PC Version