HICAMP: architectural support for efficient concurrency-safe shared structured data access

  • Authors:
  • David Cheriton;Amin Firoozshahian;Alex Solomatnikov;John P. Stevenson;Omid Azizi

  • Affiliations:
  • Hicamp Systems, Inc. & Stanford University, Menlo Park, CA, USA;Hicamp Systems, Inc., Menlo Park, CA, USA;Hicamp Systems, Inc., Menlo Park, CA, USA;Hicamp Systems, Inc. & Stanford University, Menlo Park, CA, USA;Hicamp Systems, Inc., Menlo Park, CA, USA

  • Venue:
  • ASPLOS XVII Proceedings of the seventeenth international conference on Architectural Support for Programming Languages and Operating Systems
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Programming language and operating system support for efficient concurrency-safe access to shared data is a key concern for the effective use of multi-core processors. Most research has focused on the software model of multiple threads accessing this data within a single shared address space. However, many real applications are actually structured as multiple separate processes for fault isolation and simplified synchronization. In this paper, we describe the HICAMP architecture and its innovative memory system, which supports efficient concurrency safe access to structured shared data without incurring the overhead of inter-process communication. The HICAMP architecture also provides support for programming language and OS structures such as threads, iterators, read-only access and atomic update. In addition to demonstrating that HICAMP is beneficial for multi-process structured applications, our evaluation shows that the same mechanisms provide substantial benefits for other areas, including sparse matrix computations and virtualization.