- 1
- 0
- 约2.9千字
- 约 12页
- 2016-11-28 发布于河南
- 举报
第10章 机器无关优化
Chapter 10 Optimization Code Optimization and Phases Quicksort in C Partition in Three-Address Code Partition Flow Graph Local Common Subexpressions Global Common Subexpressions Copy Propagation Assignments of the form f := g are called copy statements (or copies) The idea behind copy propagation is to use g for f whenever possible after such a statement For example, applied to block B5 of the previous flow graph, we obtain: x := t3 a[t2] := t5 a[t4] := t3 goto B2 Copy propagation often turns the copy statement into dead code Dead-Code Elimination Dead code includes code that can never be reac
您可能关注的文档
- 操作管理Operation_Management_Heizer_9_ch12_f.ppt
- 操作管理Operation_Management_Heizer_9_ch7_f.ppt
- 操作管理Operation_Management_Heizer_9_ch14_f.ppt
- 操作管理Operation_Management_Heizer_9_ch9_f.ppt
- Microwave Office operation.ppt
- C++试卷B.doc
- 哈斯立加工中心操作手册.doc
- 消毒岗位操作规程kkkkkk(Operation_Procedure_for_Sterilization.ppt
- STL-OTL简介.doc
- .NET题库01.doc
原创力文档

文档评论(0)