# 程序分析

TBD 内容待整理

***

相关资料收集：\
![程序分析](/files/1it9N60CHC0iVj9vhLJx)

原理知识：

* 静态程序分析\
  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/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://code-visualization.shawnxie.top/yuan-li-pian/program-analysis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
