Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
Programming with transactional coherence and consistency (TCC)
Hammond L., Carlstrom B., Wong V., Hertzberg B., Chen M., Kozyrakis C., Olukotun K.  Architectural support for programming languages and operating systems (Proceedings of the 11th International Conference on Architectural Support for Programming Languages and Operating Systems, Boston, MA, USA, Oct 7-13, 2004)1-13.2004.Type:Proceedings
Date Reviewed: Jan 11 2005

Existing parallel programming approaches require the programmer to manage concurrency directly, by creating and synchronizing parallel threads. Transactional coherence and consistency (TCC) offers a way to simplify parallel programming by executing all code within transactions. Such a system handles data synchronization correctly without programmer intervention.

To gain the benefits of this approach, the program must be decomposed into transactions. The authors of this paper describe two basic programming language constructs for decomposing programs into transactions: a loop conversion syntax and a general transaction-forking mechanism. With these constructs, writing correct parallel programs requires only small incremental changes to correct sequential programs. The performance of these programs can then easily be optimized based on a few simple techniques.

Section 1 of the paper is introductory. Section 2 provides an overview of the operation of a transactional parallel system. Section 3 presents transactional coherence and consistency programming techniques, and discusses correctness and performance tuning. In section 4, the use of these techniques in parallelizing a diverse set of applications is demonstrated. Section 5 discusses related work. Section 6 concludes the paper.

The authors work at the Computer Systems Laboratory at Stanford University. Their work was supported by US National Science Foundation (NSF) and Defense Advanced Research Projects Agency (DARPA) program grants.

Reviewer:  Pierre Radulescu-Banu Review #: CR130643 (0509-1021)
Bookmark and Share
 
General (C.5.0 )
 
 
Parallel Programming (D.1.3 ... )
 
Would you recommend this review?
yes
no
Other reviews under "General": Date
Operating systems
Stallings W., Macmillan Publishing Co., Inc., Indianapolis, IN, 1992. Type: Book (9780024154811)
Jun 1 1993
Mini and microcomputer systems
Hartley M., Healey M., Depledge P., Macmillan Press Ltd., Basingstoke, UK, 1988. Type: Book (9789780333417591)
Oct 1 1989
What matters when introducing new information technology
Brown S., Chervany N., Reinicke B. Communications of the ACM 50(9): 91-96, 2007. Type: Article
Oct 9 2007
more...

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy