Sciweavers

PLDI
2015
ACM
9 years 11 months ago
Synthesizing data structure transformations from input-output examples
We present a method for example-guided synthesis of functional programs over recursive data structures. Given a set of input-output examples, our method synthesizes a program in a...
John K. Feser, Swarat Chaudhuri, Isil Dillig
PLDI
2015
ACM
9 years 11 months ago
Asynchronous programming, analysis and testing with state machines
Pantazis Deligiannis, Alastair F. Donaldson, Jeroe...
PLDI
2015
ACM
9 years 11 months ago
Cutting out the middleman: OS-level support for x10 activities
In the X10 language, computations are modeled as lightweight threads called activities. Since most operating systems only offer relatively heavyweight kernel-level threads, the X1...
Manuel Mohr, Sebastian Buchwald, Andreas Zwinkau, ...
PLDI
2015
ACM
9 years 11 months ago
The APGAS library: resilient parallel and distributed programming in Java 8
We propose the APGAS library for Java 8. Inspired by the core constructs and semantics of the Resilient X10 programming language, APGAS brings many benefits of the X10 programmin...
Olivier Tardieu
PLDI
2015
ACM
9 years 11 months ago
Verdi: a framework for implementing and formally verifying distributed systems
Distributed systems are difficult to implement correctly because they must handle both concurrency and failures: machines may crash at arbitrary points and networks may reorder, ...
James R. Wilcox, Doug Woos, Pavel Panchekha, Zacha...