Code Visualization
  • 前言
  • 原理篇
    • 编译器
      • 编译器前端
      • 编译器中端
    • 程序分析
      • 静态分析
      • 动态分析
    • 可视化图类型
  • 实践篇
    • 实践练习
      • 常见图表生成
      • 代码变更影响分析
    • 业界实践
      • 代码理解与分析
        • 代码阅读辅助工具
        • 正则表达式可视化工具
      • 代码质量检测
      • 代码性能分析
      • 精准测试
      • 代码自动重构
        • 冗余代码治理
      • 架构治理
        • 架构度量
        • 架构守护
  • 结语
Powered by GitBook
On this page

Was this helpful?

  1. 原理篇

程序分析

Previous编译器中端Next静态分析

Last updated 8 months ago

Was this helpful?

TBD 内容待整理


相关资料收集:

原理知识:

  • 静态程序分析 CFG/DFG/Abstract interpretation/Type systems/Effect systems/Model checking

  • 动态程序分析

应用场景:

  • Program optimization | https://en.wikipedia.org/wiki/Program_optimization

  • Program correctness | https://en.wikipedia.org/wiki/Correctness_(computer_science)

教程:

  • https://xiongyingfei.github.io/SA_new/2023/

  • https://www.educoder.net/classrooms/7759/announcement

  • https://tai-e.pascal-lab.net/lectures.html

  • https://pages.cs.wisc.edu/~reps/

  • http://staff.ustc.edu.cn/~yuzhang/pldpa/

  • https://static-analysis.cuijiacai.com/preface/

  • https://ranger-nju.gitbook.io/static-program-analysis-book/

  • https://xiongyingfei.github.io/SA/2022/main.htm

  • https://cs.au.dk/~amoeller/spa/