Fast Flow Analysis with Godel Hashes

SCAM(2014)

引用 12|浏览6
暂无评分
摘要
Flow analysis, such as control-flow, data-flow, and exception-flow analysis, usually depends on relational operations on flow sets. Unfortunately, set related operations, such as inclusion and equality, are usually very expensive. They can easily take more than 97% of the total analyzing time, even in a very simple analysis. We attack this performance bottleneck by proposing Godel hashes to enable fast and precise flow analysis. Godel hashes is an ultra compact, partial-order-preserving, fast and perfect hashing mechanism, inspired by the proofs of Godel's incompleteness theorems. Compared with array, tree, traditional hash, and bit vector-backed set implementations, we find Godel hashes to be tens or even hundreds of times faster for performance in the critical operations of inclusion and equality. We apply Godel hashes in real-world analysis for object-oriented programs. The instrumented analysis is tens of times faster than the one with original data structures on DaCapo benchmarks.
更多
查看译文
关键词
flow analysis,data structures,relational algebra,object-oriented programs,data structure,hashing mechanism,dacapo benchmarks,object-oriented programming,data flow analysis,fast flow analysis,flow analysis, data structure, godel hashes,partial-order-preserving,relational operations,godel hashes,finite element analysis,encoding,hardware,benchmark testing
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要