- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Intel Core Duo 处理器上使用Intel Compilers 10.x
* Where IPO was a static analysis of your program, PGO is a dynamic analysis. The execution-time characteristics are recorded, and this information is fed into the other optimization phases. Basic block ordering – The compiler uses profile information to place frequently executed blocks in a function close together.? This leads to better I-cache utilization because frequently executed code paths are closer together address-wise. Better register allocation – When allocating registers to hold the values of variables and temporaries, register allocation will give priority to the most frequently executed basic blocks.? As a result, hopefully spills of variables and temporaries to memory (when the register allocator runs out of registers) will be more likely to occur in the infrequently executed basic blocks. Better decision of functions to inline – Inlining incurs code size costs.? By having execution counts of basic blocks (and routines), the compiler can decide to inline heavily executed functions.? There is little value in inlining a routine that is minimally executed (assuming that the profile is representative).? Function ordering – It is similar to basic block ordering; it places heavily executed functions closer together (address-wise).? This enables better paging performance as the utilization of instructions brought in with every page should be higher. Switch-statement optimization – The compiler can pull out high frequency cases and perform an explicit compare for these cases before either doing the tests for the lower frequency cases or performing the indirect jump (which is typically costly on an out-of-order machine with branch prediction). Better vectorization decisions – Vectorization can incur code size cost (extra cleanup loop). ?In addition, it does not make sense to vectorize loops with low trip counts.? Profile information can be used to provide the compiler with heavily executed loops that have high trip counts. * Each execution generates one dyn
您可能关注的文档
- Chapter 35 Providing First Aid Handling Emergencies.ppt
- CHAPTER 6 INTERNATIONAL PAYMENT INSTRUMENTS.ppt
- Chapter 6 Introduction to Inference推论简介.ppt
- Chapter 6 passage2Respiratory Disorders and Disease.ppt
- Chapter 2 E-marketplaces.ppt
- Chapter 10 Mineral Nutrition of Aquatic Animal.ppt
- Chapter 7 Steroids(甾体).ppt
- Chapter two Basic theory of TCM.ppt
- Chapter 6 Hypoxia.ppt
- chengjing.ppt
最近下载
- 滤油器体的工艺规程及夹具设计.doc VIP
- 2025年3月22日山东事业单位统考《行测》真题(含答案).pdf VIP
- 2025-2026学年人教版(2024)小学体育与健康二年级全一册教学计划及进度表(第一学期).docx
- 建设单位安全管理体系如何建立.docx VIP
- 苯妥英钠的合成.pdf VIP
- 中国糖尿病肾脏病基层管理指南解读PPT课件.pptx VIP
- 陕西省专业技术人员继续教育答案《党的二十届三中全会精神解读与高质量发展》(1).pdf VIP
- 2024年全国中考数学考试大纲 .pdf VIP
- 聚乙酸乙烯酯乳液(粘胶剂)-安全技术说明书MSDS.pdf
- 体外膜肺氧合ECMO讲解.pptx VIP
文档评论(0)