- 5
- 0
- 约1.21万字
- 约 52页
- 2018-02-19 发布于天津
- 举报
提纲动机程序静态分析
* * * * * * * * * * * * * * * * * * Example Forwards vs. backwards A forwards analysis is one that for each program point computes information about the past behavior. Examples of this are available expressions and reaching definitions. Calculation: predecessors of CFG nodes. A backwards analysis is one that for each program point computes information about the future behavior. Examples of this are liveness and very busy expressions. Calculation: successors of CFG nodes. May vs. Must A may analysis is one that describes information that may possibly be true and, thus, computes an upper appr
原创力文档

文档评论(0)