登入選單
返回Google圖書搜尋
Issues in Run-time Support for Tightly Coupled Parallel Processing
註釋Abstract: "This paper describes the novel aspects of the run-time implementation of a parallel programming language on a shared memory, bus- based multiprocessor. The language contains block-oriented parallel constructs and the implementation is built on top of a commercial real-time operating system kernel. The language/system interface includes functions that deal with groups of parallel activities as a whole, so as not to impose unnecessary serialization on the language implementation. Algorithms and data structures for the distribution of newly spawned activities, for the destruction of activities via the parallel analogues of the break and return instructions, and for synchronization with deadlock detection are described. Performance measurements are also given."