Sciweavers

1499 search results - page 7 / 300
» Chopping Concurrent Programs
Sort
View
PLDI
2011
ACM
14 years 5 months ago
Isolating and understanding concurrency errors using reconstructed execution fragments
In this paper we propose Recon, a new general approach to concurrency debugging. Recon goes beyond just detecting bugs, it also presents to the programmer short fragments of buggy...
Brandon Lucia, Benjamin P. Wood, Luis Ceze
138
Voted
IPPS
1996
IEEE
15 years 6 months ago
Support for Extensibility and Reusability in a Concurrent Object-Oriented Programming Language
In many concurrent programming languages programs are difficult to extend and modify. This is because changes in a concurrent program (either through modification or extension) re...
Raju Pandey, James C. Browne
85
Voted
ICFP
2006
ACM
16 years 2 months ago
Stabilizers: a modular checkpointing abstraction for concurrent functional programs
Lukasz Ziarek, Philip Schatz, Suresh Jagannathan
ASPLOS
2011
ACM
14 years 5 months ago
ConSeq: detecting concurrency bugs through sequential errors
Concurrency bugs are caused by non-deterministic interleavings between shared memory accesses. Their effects propagate through data and control dependences until they cause softwa...
Wei Zhang, Junghee Lim, Ramya Olichandran, Joel Sc...
108
Voted
WOTUG
2008
15 years 3 months ago
Solving the Santa Claus Problem: a Comparison of Various Concurrent Programming Techniques
Abstract. The Santa Claus problem provides an excellent exercise in concurrent programming and can be used to show the simplicity or complexity of solving problems using a particul...
Jason Hurt, Jan Bækgaard Pedersen