The SANE Virtual Processor (SVP) is an abstract concurrent programming model that is both deadlock free and supports efficient implementation. It is captured by the mu TC programming language. The work presented in th...
详细信息
The SANE Virtual Processor (SVP) is an abstract concurrent programming model that is both deadlock free and supports efficient implementation. It is captured by the mu TC programming language. The work presented in this paper covers a portable implementation of this model as a C++ library on top of POSIX threads. Programs in mu TC can be translated to the standard C++ syntax and linked with this library to run on conventional systems. The motivation for this work was to provide an early implementation on conventional processors as well as supporting work from programming FPGA chips to Grids. (C) 2008 Elsevier B.V. All rights reserved.
暂无评论