Sciweavers

APLAS
2015
ACM
8 years 4 days ago
Bottom-Up Context-Sensitive Pointer Analysis for Java
This paper describes a new bottom-up, subset-based, and context-sensitive pointer analysis for Java. The main novelty of our technique is the constraint-based handling of virtual m...
Yu Feng, Xinyu Wang, Isil Dillig, Thomas Dillig
APLAS
2015
ACM
8 years 4 days ago
From Call-by-Value to Interaction by Typed Closure Conversion
Abstract. We study the efficient implementation of call-by-value using the structure of interactive computation models. This structure has been useful in applications to resource-...
Ulrich Schöpp
APLAS
2015
ACM
8 years 4 days ago
Uncovering JavaScript Performance Code Smells Relevant to Type Mutations
Xiao Xiao, Shi Han, Charles Zhang, Dongmei Zhang
APLAS
2015
ACM
8 years 4 days ago
Kripke Open Bisimulation - A Marriage of Game Semantics and Operational Techniques
Proving that two programs are contextually equivalent is notoriously hard, particularly for functional languages with references (i.e., local states). Many operational techniques h...
Guilhem Jaber, Nicolas Tabareau
APLAS
2015
ACM
8 years 4 days ago
Fault-Tolerant Resource Reasoning
Abstract. Separation logic has been successful at verifying that programs do not crash due to illegal use of resources. The underlying assumption, however, is that machines do not ...
Gian Ntzik, Pedro da Rocha Pinto, Philippa Gardner
APLAS
2015
ACM
8 years 4 days ago
Quasi-Linearizability is Undecidable
Abstract. Quasi-linearizability is a quantitative relaxation of linearizability. It preserves the intuition of the standard notion of linearizability and permits more flexibility....
Chao Wang, Yi Lv, Gaoang Liu, Peng Wu 0002
APLAS
2015
ACM
8 years 4 days ago
Shifting the Blame - A Blame Calculus with Delimited Control
We study integration of static and dynamic typing in the presence of delimited-control operators. In a program where typed and untyped parts coexist, the run-time system has to mon...
Taro Sekiyama, Soichiro Ueda, Atsushi Igarashi