Efficiently Retrieving Function Dependencies in the Linux Kernel Using XSB
Programming Languages
2013-08-20 v1
Abstract
In this paper we investigate XSB-Prolog as a static analysis engine for data represented by medium-sized graphs. We use XSB-Prolog to automatically identify function dependencies in the Linux Kernel---queries that are difficult to implement efficiently in a commodity database and that developers often have to identify manually. This project illustrates that Prolog systems are ideal for building tools for use in other disciplines that require sophisticated inferences, because Prolog is both declarative and can efficiently implement complex problem specifications through tabling and indexing.
Keywords
Cite
@article{arxiv.1308.3938,
title = {Efficiently Retrieving Function Dependencies in the Linux Kernel Using XSB},
author = {Spyros Hadjichristodoulou and Donald E. Porter and David S. Warren},
journal= {arXiv preprint arXiv:1308.3938},
year = {2013}
}
Comments
Part of WLPE 2013 proceedings (arXiv:1308.2055)