Just-in-Time Static Analysis
收藏DataONE2016-08-25 更新2024-06-26 收录
下载链接:
https://search.dataone.org/view/sha256:eeaacb4535e79f9d173fc7bcb05bd89d78807a9d45b6a64a4d5e79ede6b74be7
下载链接
链接失效反馈官方服务:
资源简介:
We present the concept of Just-In-Time (JIT) static analysis that interleaves code development and bug fixing in an integrated development environment. Unlike traditional static analysis tools, a JIT analysis tool presents warnings to code developers over time, providing the most relevant results quickly, and computing less relevant results incrementally later. We describe general guidelines for designing JIT analyses. We also present a general recipe for turning static data- flow analyses into JIT analyses through a concept of layered analysis execution illustrated through Cheetah, a JIT taint analysis for Android applications. Our empirical evaluation of Cheetah on real-world applications shows that our approach returns warnings quickly enough to avoid disrupting a developer’s workflow, a finding confirmed by developers in our user study.
创建时间:
2023-12-28



