Deterministic Parallel Java: Difference between revisions
m rmv doublelink |
m Removing Commons category (Deterministic Parallel Java) as it does not exist |
||
Line 15: | Line 15: | ||
==External links== |
==External links== |
||
{{Commons category|Deterministic Parallel Java}} |
|||
* [http://dpj.cs.illinois.edu The Deterministic Parallel Java Website] |
* [http://dpj.cs.illinois.edu The Deterministic Parallel Java Website] |
||
Revision as of 20:34, 21 January 2019
![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
OS | Cross-platform |
---|---|
Website | http://dpj.cs.uiuc.edu |
Deterministic Parallel Java (DPJ) is an extension of the Java programming language which adds parallel constructs that provide a deterministic programming model for object-oriented languages. The language extensions define a type system that a programmer (or interactive porting tool) can use to annotate Java code with type information, and a compiler can use to type-check that a DPJ program has deterministic semantics, i.e., produces the same visible output for a given input, in all executions. Parallel algorithms that cannot be expressed entirely in the statically checked type system require run-time mechanisms to enforce determinism: two key research goals are to make the type system more expressive and to minimize the need to fall back to run-time techniques. With minor modifications, language extensions should be applicable to other base OO languages, such as C++ and C#.
This work is funded by NSF grants CSA 07-02724 and CNS 07-20772, and by Intel and Microsoft through the UPCRC Illinois.