Jump to content

Bridging model

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Oumaima Loudini (talk | contribs) at 08:10, 5 July 2024 (Added short description, #suggestededit-add-desc 1.0). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computer science, a bridging model is an abstract model of a computer which provides a conceptual bridge between the physical implementation of the machine and the abstraction available to a programmer of that machine; in other words, it is intended to provide a common level of understanding between hardware and software engineers.

A successful bridging model is one which can be efficiently implemented in reality and efficiently targeted by programmers; in particular, it should be possible for a compiler to produce good code from a typical high-level language. The term was introduced by Leslie Valiant's 1990 paper A Bridging Model for Parallel Computation, which argued that the strength of the von Neumann model was largely responsible for the success of computing as a whole.[1] The paper goes on to develop the bulk synchronous parallel model as an analogous model for parallel computing.

References

[edit]
  1. ^ Leslie G. Valiant, A bridging model for parallel computation, Communications of the ACM, Volume 33 Issue 8, Aug. 1990 [1]