Virtual Processor

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 31.49.8.239 (talk) at 07:21, 26 October 2016 (→‎References). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Tao Virtual Processor (VP) is a virtual machine from Tao Group.

History

The first version, VP1, was the basis of its parallel processing multimedia OS and platform, TAOS. VP1 supported a RISC-like instruction set with 16 32-bit registers, and had data types of 32- and 64-bit integers and 32- and 64-bit IEEE floating point numbers in registers, and also supported 8- and 16-bit integers in memory.

The second version, VP2, was released in 1998 as the basis of a new version of the portable multimedia platform, first known as Elate and then as intent. VP2 supports the same data types and data processing operations as VP1, but has additional features for better support of high level languages such as demarcation of subroutines, by-value parameters, and a very large theoretical maximum number of registers local to the subroutine for use as local variables.

The structure of VPCode, the Virtual Processor's machine code, is intended to be able to represent the constructs required when compiling languages such as C, C++ and Java, and to allow efficient translation into the machine code of any real 32- or 64-bit CPU.

References

  • [1], Independent Feb 1990
  • [2], BYTE March 1991
  • [3], Parallelogram April 1991
  • [4], IEEE 1992
  • [5], Not Sure What Mag
  • [6], BYTE July 1994
  • [7], EDGE June 1994
  • [8], Computing Awards Gold 1994
  • [9], Acorn User 1995
  • [10], OSNews Interview on intent OS