Software Open Access

LFA Checker: Scalable Typestate Analysis for Low-Latency Environments

Alen Arslanagić; Pavle Subotić; Jorge A. Pérez

The artifact concerns LFA checker, the compositional typestate analysis tool described and presented in our iFM 2022 paper. 

The artifact includes the tool, together with a script that automates all evaluation results presented in the paper. 

Based on the new Bit-vector Finite Automata (BFA), LFA checker is implemented in the Infer static analyzer. The compiled Infer includes the following checkers:
1. LFA checker, 
2. Infer's TOPL checker, and 
3. DFA Checker, our own implementation of compositional typestate analysis, based on Deterministic Finite Automata (DFA), which we use as a baseline for comparisons. 

The provided script:
* Invokes BFA, DFA, and TOPL checkers on Java test programs
* Performs all experiments, and 
* Produces the graphs and tables data presented in the paper (Figures 4 and 5). 

Concretely, the script produces: (1) runtime comparison graphs (BFA vs DFA and BFA vs TOPL) on provided Java client programs and (2) counts atomic annotations of BFA, DFA, and TOPL contracts.

Files (216.3 MB)
Name Size
ifm2022-lfa.zip
md5:19e19a431858a77a10f32e7802e10cae
216.3 MB Download
112
15
views
downloads
All versions This version
Views 112112
Downloads 1515
Data volume 3.2 GB3.2 GB
Unique views 9797
Unique downloads 1010

Share

Cite as