Sciweavers

POPL
2009
ACM

Speculative N-Way barriers

13 years 11 months ago
Speculative N-Way barriers
Speculative execution is an important technique that has historically been used to extract concurrency from sequential programs. While techniques to support speculation work well when computations perform relatively simple actions (e.g., reads and writes to known locations), understanding speculation for multi-threaded programs in which threads may communicate and synchronize through multiple shared references is significantly more challenging, and is the focus of this paper. We use as our reference point a simple higher-order concurrent language extended with an n-way barrier and a fork/join execution model. Our technique permits the expression guarded by the barrier to speculatively proceed before the barrier has been satisfied (i.e. before all threads that synchronize on that barrier have done so) and to have participating threads that would normally block on the barrier to speculatively proceed as well. Our solution formulates safety properties under which speculation is correct...
Lukasz Ziarek, Suresh Jagannathan, Matthew Fluet,
Added 19 May 2010
Updated 19 May 2010
Type Conference
Year 2009
Where POPL
Authors Lukasz Ziarek, Suresh Jagannathan, Matthew Fluet, Umut A. Acar
Comments (0)