University gives Java parallelism a boost
- 18 December, 2010 10:24
- Comments
Java developers are getting more assistance in writing parallel programs for multi-core systems with another technology from the University of Illinois at Urbana-Champaign.
The university said this week that computer science researchers at the school have released an interactive tool, called DPJizer, to simplify writing safe parallel programs in DPJ (Deterministic Parallell Java), a Java-based modern type and effect system detailed by the university earlier this fall.
[ A planned upgrade to the official Java specification features multicore capabilities. | Keep up with the latest Java developments with the JavaWorld Enterprise Java newsletter. ]
DPJizer is offered as an Eclipse plug-in and is described as the first interactive, practical type and effect inference tool for a modern object-oriented effect system. An effect system, the university said, requires extensive annotations from programmers who should strive to keep annotations in sync with code. DPJizer saves time by performing a whole-program analysis to infer some DPJ annotations automatically, with many being more precise than those written manually. Also, programmers can review and change annotations inferred by DPJizer.
"DPJizer increases the productivity of programmers in writing safe and deterministic-by-default parallel programs for multi-core systems," said Mohsen Vakilian of the Illinois research team. The tool makes it much easier to write and maintain DPJ programs, Vakilian said.
Instructions for downloading DPJizer can be found at the DPJizer wiki.
The DPJ project is intended to provide deterministic-by-default semantics for an object-oriented, imperative parallel language using primarily compile-time checking. Deterministic means the program produces the same visible output for a given input in all executions. By-default means that deterministic behavior is guaranteed unless a programmer requests non-determinism. By contrast, shared-memory programming models available today are inherently non-deterministic and can have undetected data races. DPJ has featured a compiler, runtime, and related materials as open source software.
This article, "University gives Java parallelism a boost," was originally published at InfoWorld.com. Follow the latest developments in business technology news and get a digest of the key stories each day in the InfoWorld Daily newsletter.
Read more about developer world in InfoWorld's Developer World Channel.
Nominations for the 2012 ARN IT Industry Awards open on Tuesday, June 12.
- Bookmark this page
- Share this article
- Got more on this story? Email ARN
- Follow ARN on twitter
- Java extensions boost development of parallel apps : Developer World - InfoWorld
- Oracle submits specs for Java 7 and 8 : Developer World - InfoWorld
- Newsletter Subscribe - InfoWorld
- Home - DPJizer - GitHub
- University gives Java parallelism a boost : Developer World - InfoWorld
- Business technology, IT news, product reviews and enterprise IT strategies - InfoWorld
- IT news and top technology headlines - InfoWorld
- InfoWorld Daily Newsletter - InfoWorld
- Developer World - InfoWorld
- Premier Media Group Fast Study
- Aberdeen Group: Building Business Resilience Through Active Archive
- Market Potential-Strategy Guide to the Active Archive Market
- In Search of the Long-Term Archiving Solution —Tape Continues to Be a Major Player
- In Search of the Long-Term Archiving Solution —Tape Delivers Significant TCO Advantage over Disk
-
Facebook could buy Nokia to build 'FacePhone', expert claims
-
It's not all Doom at new media conference
-
Tech Watch: Who watches the datacentre?
-
Facebook scammers host Trojan horse extensions on the Chrome Web Store
-
Webroot: Growth in security














Comments
Post new comment