摘要
通过静态代码分析可以发现代码中可能存在的问题或错误。然而,在字节跳动的CI环境中,大量增量代码合入给静态代码分析造成了巨大挑战。文章提出了一种基于编译缓存的增量静态代码分析方法,可有效改善静态代码分析的效果。
Static code analysis can reveal potential issues or errors in the code.However,in the CI environment with ByteDance,a large number of incremental code merging poses a huge challenge to static code analysis.The article proposes an incremental static code analysis method based on compilation caching,which can effectively improve the effectiveness of static code analysis.
作者
王念武
WANG Nianwu(Face’Mon Technology(Shenzhen)Co.,Ltd.,Shenzhen,Guangdong 518000,China)
出处
《计算机应用文摘》
2024年第10期113-115,共3页
Chinese Journal of Computer Application
关键词
静态代码分析
编译缓存
增量代码
static code analysis
compilation cache
incremental code