Sciweavers

OOPSLA
2015
Springer
8 years 12 days ago
Toward tool support for interactive synthesis
Syntax-guided synthesis searches for an implementation of a given specification by exploring large spaces of candidate programs. Sketches reduce these search spaces, making synth...
Shaon Barman, Rastislav Bodík, Satish Chand...
OOPSLA
2015
Springer
8 years 12 days ago
Disjointness domains for fine-grained aliasing
Aliasing is crucial for supporting useful implementation patterns, but it makes reasoning about programs difficult. To deal with this problem, numerous type-based aliasing contro...
Stephan Brandauer, Dave Clarke, Tobias Wrigstad
OOPSLA
2015
Springer
8 years 12 days ago
Detecting redundant CSS rules in HTML5 applications: a tree rewriting approach
HTML5 applications normally have a large set of CSS (Cascading Style Sheets) rules for data display. Each CSS rule consists of a node selector and a declaration block (which assig...
Matthew Hague, Anthony Widjaja Lin, C.-H. Luke Ong
OOPSLA
2015
Springer
8 years 12 days ago
Constraints as a design pattern
Imperative programming has great merits. As the ubiquitous style, it is familiar and its linear, step by step nature is favored by the human mind. Expert programmers, however, are...
Hesam Samimi, Alessandro Warth, Mahdi Eslamimehr, ...
OOPSLA
2015
Springer
8 years 12 days ago
Static analysis of event-driven Node.js JavaScript applications
Many JavaScript programs are written in an event-driven style. In particular, in server-side Node.js applications, operations involving sockets, streams, and files are typically ...
Magnus Madsen, Frank Tip, Ondrej Lhoták
OOPSLA
2015
Springer
8 years 12 days ago
A formal foundation for trace-based JIT compilers
Trace-based JIT compilers identify frequently executed program paths at run-time and subsequently record, compile and optimize their execution. In order to improve the performance...
Maarten Vandercammen, Jens Nicolay, Stefan Marr, J...
OOPSLA
2015
Springer
8 years 12 days ago
Automating grammar comparison
We consider from a practical perspective the problem of checking equivalence of context-free grammars. We present techniques for proving equivalence, as well as techniques for fi...
Ravichandhran Madhavan, Mikaël Mayer, Sumit G...
OOPSLA
2015
Springer
8 years 12 days ago
GTInspector: a moldable domain-aware object inspector
Understanding the run-time behaviour of object-oriented applications entails the comprehension of run-time objects. Traditional object inspectors favor generic views that focus on...
Andrei Chis, Oscar Nierstrasz, Aliaksei Syrel, Tud...
OOPSLA
2015
Springer
8 years 12 days ago
Cross-layer memory management for managed language applications
Performance and energy efficiency in memory have become critically important for a wide range of computing domains. However, it is difficult to control and optimize memory power...
Michael R. Jantz, Forrest J. Robinson, Prasad A. K...
OOPSLA
2015
Springer
8 years 12 days ago
Gaps and future directions in mobile security research
The ease with which security flaws in today’s mobile devices can be exploited underscores the need for mobile security research. The advent of the Internet of Things (IoT)—wh...
Violetta Vylegzhanina, Douglas C. Schmidt, Jules W...