Sciweavers

OOPSLA
2015
Springer
8 years 1 months ago
Infection size as a measure of bug severity
A simple bug in a program can influence a large part of the program execution by spreading throughout the state at runtime. This is known as program infection. The seriousness of...
Mohammad R. Azadmanesh, Matthias Hauswirth
OOPSLA
2015
Springer
8 years 1 months ago
Use at your own risk: the Java unsafe API in the wild
Java is a safe language. Its runtime environment provides strong safety guarantees that any Java application can rely on. Or so we think. We show that the runtime actually does no...
Luis Mastrangelo, Luca Ponzanelli, Andrea Mocci, M...
OOPSLA
2015
Springer
8 years 1 months ago
One parser to rule them all
Ali Afroozeh, Anastasia Izmaylova
OOPSLA
2015
Springer
8 years 1 months ago
Fraglight: shedding light on broken pointcuts in evolving aspect-oriented software
Pointcut fragility is a well-documented problem in Aspect-Oriented Programming; changes to the base-code can lead to join points incorrectly falling in or out of the scope of poin...
Raffi Khatchadourian, Awais Rashid, Hidehiko Masuh...
OOPSLA
2015
Springer
8 years 1 months ago
Performance problems you can fix: a dynamic analysis of memoization opportunities
Performance bugs are a prevalent problem and recent research proposes various techniques to identify such bugs. This paper addresses a kind of performance problem that often is ea...
Luca Della Toffola, Michael Pradel, Thomas R. Gros...
OOPSLA
2015
Springer
8 years 1 months ago
Automatic memory reclamation for lock-free data structures
Lock-free data-structures are widely employed in practice, yet designing lock-free memory reclamation for them is notoriously difficult. In particular, all known lock-free reclam...
Nachshon Cohen, Erez Petrank
OOPSLA
2015
Springer
8 years 1 months ago
Recovering execution data from incomplete observations
Due to resource constraints, tracing production applications often results in incomplete data. Nevertheless, developers ideally want answers to queries about the program’s execu...
Peter Ohmann, David Bingham Brown, Ben Liblit, Tho...
OOPSLA
2015
Springer
8 years 1 months ago
Customizable gradual polymorphic effects for Scala
Despite their obvious advantages in terms of static reasoning, the adoption of effect systems is still rather limited in practice. Recent advances such as generic effect systems, ...
Matías Toro, Éric Tanter
OOPSLA
2015
Springer
8 years 1 months ago
Ayudante: identifying undesired variable interactions
A common programming mistake is for incompatible variables to interact, e.g., storing euros in a variable that should hold dollars, or using an array index with the wrong array. T...
Irfan Ul Haq, Juan Caballero, Michael D. Ernst
OOPSLA
2015
Springer
8 years 1 months ago
Automating ad hoc data representation transformations
To maximize run-time performance, programmers often specialize their code by hand, replacing library collections and containers by custom objects in which data is restructured for...
Vlad Ureche, Aggelos Biboudis, Yannis Smaragdakis,...