From 048e10c478efd33d6733552eee526e6e03e9bdf4 Mon Sep 17 00:00:00 2001
From: Teresa Carbajo-Garcia <t.carbajo-garcia@imperial.ac.uk>
Date: Wed, 22 Apr 2020 14:11:54 +0100
Subject: [PATCH] Update publications.bib

---
 publications.bib | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/publications.bib b/publications.bib
index dd4ba33..4537e15 100644
--- a/publications.bib
+++ b/publications.bib
@@ -1726,6 +1726,29 @@ month = {05},
 file      = { Dinsdale-Young2010Locality.techreport.pdf:PDF},
 }
 
+@InProceedings{FragosoSantos2020Gillian,
+author    = {Jos{\'{e}} {Fragoso Santos} and Petar Maksimovi\'{c} and Sacha{-}{\'{E}}lie Ayoun and Philippa Gardner},
+title     = { Gillian, Part I: A Multi-language Platform for Symbolic Execution },
+booktitle  = { Proceedings of the 41st ACM SIGPLAN
+International Conference on Programming Language Design and Implementation
+(PLDI ’20), June 15–20, 2020, London, UK },  
+year      = {2020},  
+doi       = {10.1145/3385412.3386014},
+abstract = { We introduce Gillian, a platform for developing symbolic
+analysis tools for programming languages. Here, we focus on
+the symbolic execution engine at the heart of Gillian, which
+is parametric on the memory model of the target language.
+We give a formal description of the symbolic analysis and
+a modular implementation that closely follows this description.
+We prove a parametric soundness result, introducing
+restriction on abstract states, which generalises path conditions
+used in classical symbolic execution. We instantiate
+Gillian to obtain trusted symbolic testing tools for JavaScript
+and C, and use these tools to find bugs in real-world code,
+thus demonstrating the viability of our parametric approach.},
+}
+
+
 
 @Comment{jabref-meta: databaseType:bibtex;}
 
-- 
GitLab