Skip to Main Content
 

Global Search Box

 
 
 

ETD Abstract Container

Abstract Header

Efficient Runtime Support for Reliable and Scalable Parallelism

Abstract Details

2016, Doctor of Philosophy, Ohio State University, Computer Science and Engineering.
Commodity hardware is becoming more parallel. To benefit from parallel hardware, software needs to become more parallel as well. Parallel execution of a concurrent program can increase program throughput and reduce program execution time. However, writing concurrent programs that are both correct and scalable is known as notoriously more difficult than writing sequential programs because of the interaction of multi-threaded execution model, synchronization, and the memory hierarchy. Concurrent programming therefore has been traditionally the exclusive domain of a small portion of expert programmers. To make concurrent programming more accessible, researchers and practitioners have built various runtime support to facilitate the programmability, debuggability, performance, and scalability of concurrent programs on multiprocessor machines. This dissertation makes several contributions by introducing novel approaches that provide efficient runtime support on modern commodity multiprocessor hardware to support reliable and scalable concurrent programming with available parallelism. To address a common challenge in building many types of efficient runtime support--how to efficiently track memory access dependences, the dissertation introduces a novel design that tracks memory dependences in a relaxed way which overlaps coordination with program execution to hide coordination latency. The dissertation introduces client analyses to demonstrate the practicality and caveats of the relaxed tracking approach. Transactional memory is a promising high-level abstraction for shared-memory concurrency. However, it faces challenges in both performance and semantics. The dissertation introduces LarkTM, a low-overhead, scalable software transactional memory (STM) system with strong semantics and strong progress guarantees. The dissertation also introduces LarkTM-S, which extends LarkTM by hybridizing optimistic and pessimistic concurrency control, and a variant of LarkTM which is based on relaxed dependence tracking. Finally, the memory model is at the heart of concurrency semantics. To increase the practicality of strong memory consistency models, the dissertation is the first that identifies the availability issue in strong memory models with fail-stop semantics. It introduces a new memory model based on snapshot isolation which has strong, well-defined semantics and devises a memory model enforcement approach that enforces the new memory model while at the same time does best-effort tolerance of consistency exceptions.
Michael Bond (Advisor)
Atanas Rountev (Committee Member)
Radu Teodorescu (Committee Member)
187 p.

Recommended Citations

Citations

  • Zhang, M. (2016). Efficient Runtime Support for Reliable and Scalable Parallelism [Doctoral dissertation, Ohio State University]. OhioLINK Electronic Theses and Dissertations Center. http://rave.ohiolink.edu/etdc/view?acc_num=osu1469557197

    APA Style (7th edition)

  • Zhang, Minjia. Efficient Runtime Support for Reliable and Scalable Parallelism. 2016. Ohio State University, Doctoral dissertation. OhioLINK Electronic Theses and Dissertations Center, http://rave.ohiolink.edu/etdc/view?acc_num=osu1469557197.

    MLA Style (8th edition)

  • Zhang, Minjia. "Efficient Runtime Support for Reliable and Scalable Parallelism." Doctoral dissertation, Ohio State University, 2016. http://rave.ohiolink.edu/etdc/view?acc_num=osu1469557197

    Chicago Manual of Style (17th edition)