Sciweavers

78
Voted
POPL
2015
ACM
9 years 11 months ago
Program Boosting: Program Synthesis via Crowd-Sourcing
a brief look at each paper and read its abstract. Each paper below includes a URL. Some papers are available for free, and others are available for free only to you as UMass studen...
Robert A. Cochran, Loris D'Antoni, Benjamin Livshi...
POPL
2015
ACM
9 years 11 months ago
Common Compiler Optimisations are Invalid in the C11 Memory Model and what we can do about it
We show that the weak memory model introduced by the 2011 C and C++ standards does not permit many common source-tosource program transformations (such as expression linearisation...
Viktor Vafeiadis, Thibaut Balabonski, Soham Chakra...
87
Voted
POPL
2015
ACM
9 years 11 months ago
Fiat: Deductive Synthesis of Abstract Data Types in a Proof Assistant
Benjamin Delaware, Clément Pit-Claudel, Jas...
82
Voted
POPL
2015
ACM
9 years 11 months ago
Analyzing Program Analyses
We want to prove that a static analysis of a given program is complete, namely, no imprecision arises when asking some query on the program behavior in the concrete (i.e., for its...
Roberto Giacobazzi, Francesco Logozzo, Francesco R...
84
Voted
POPL
2015
ACM
9 years 11 months ago
Predicting Program Properties from "Big Code"
We present a new approach for predicting program properties from massive codebases (aka “Big Code”). Our approach first learns a probabilistic model from existing data and th...
Veselin Raychev, Martin T. Vechev, Andreas Krause