Sciweavers

OOPSLA
2015
Springer
8 years 1 days ago
Making live programming practical by bridging the gap between trial-and-error development and unit testing
Live programming environments are powerful experimental tools that enable programmers to write programs in a trialand-error way thanks to its quick feedback. Since the feedback in...
Tomoki Imai, Hidehiko Masuhara, Tomoyuki Aotani
OOPSLA
2015
Springer
8 years 1 days ago
Learning a strategy for adapting a program analysis via bayesian optimisation
Building a cost-effective static analyser for real-world programs is still regarded an art. One key contributor to this grim reputation is the difficulty in balancing the cost an...
Hakjoo Oh, Hongseok Yang, Kwangkeun Yi
OOPSLA
2015
Springer
8 years 1 days ago
Fast, multicore-scalable, low-fragmentation memory allocation through large virtual memory and global data structures
We demonstrate that general-purpose memory allocation involving many threads on many cores can be done with high performance, multicore scalability, and low memory consumption. Fo...
Martin Aigner 0003, Christoph M. Kirsch, Michael L...
OOPSLA
2015
Springer
8 years 1 days ago
Trace oblivious computation
This paper presents a new, co-designed compiler and architecture called GhostRider for supporting privacy preserving computation in the cloud. GhostRider ensures all programs sati...
Chang Liu
OOPSLA
2015
Springer
8 years 1 days ago
Consensus-based mining of API preconditions in big code
Formal specifications for APIs help developers correctly use them and enable checker tools automatically verify their uses. However, formal specifications are not always availab...
Hoan Anh Nguyen, Robert Dyer 0001, Tien N. Nguyen,...
OOPSLA
2015
Springer
8 years 1 days ago
The moldable inspector
Andrei Chis, Oscar Nierstrasz, Aliaksei Syrel, Tud...
OOPSLA
2015
Springer
8 years 1 days ago
Columnar objects: improving the performance of analytical applications
Growing volumes of data increase the demand to use it in analytical applications to make informed decisions. Unfortunately, object-oriented runtimes experience performance problem...
Toni Mattis, Johannes Henning, Patrick Rein, Rober...
OOPSLA
2015
Springer
8 years 1 days ago
Programming with enumerable sets of structures
We present an efficient, modular, and feature-rich framework for automated generation and validation of complex structures, suitable for tasks that explore a large space of struc...
Ivan Kuraj, Viktor Kuncak, Daniel Jackson
OOPSLA
2015
Springer
8 years 1 days ago
Optimizing hash-array mapped tries for fast and lean immutable JVM collections
The data structures under-pinning collection API (e.g. lists, sets, maps) in the standard libraries of programming languages are used intensively in many applications. The standar...
Michael J. Steindorfer, Jurgen J. Vinju