Transactional Memory.

The article discusses transactional memory (TM), examining its use in parallel programing. The challenge of parallel programing are the same as sequential programming, but also includes the difficulty of interaction coordination among tasks that are executing concurrently, the article indicates. Top...

Descripción completa

Detalles Bibliográficos
Publicado en:Communications of the ACM Vol. 51; no. 7; pp. 80 - 89
Autores principales: LARUS, JAMES, KOZYRAKIS, CHRISTOS
Formato: Artículo
Publicado: Association for Computing Machinery Jul2008
Materias:
Acceso en línea:Ver este registro en EBSCOhost
Descripción
Sumario:The article discusses transactional memory (TM), examining its use in parallel programing. The challenge of parallel programing are the same as sequential programming, but also includes the difficulty of interaction coordination among tasks that are executing concurrently, the article indicates. Topics include the historic transition from sequential to parallel computation, and finding abstractions for expressing parallel computation. Also discussed is the use of TM as a programming construct which offers high-level abstraction for writing parallel programs.