Chrome Extension
WeChat Mini Program
Use on ChatGLM

Cited 0|Views0
求助PDF
上传PDF
Bibtex
AI Read Science
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点】:研究了LLVM IR优化效果的影响因素,发现编译架构、编译器、优化选项和混淆策略对中间表示的优化效果有显著影响,实验结果显示了不同因素对优化效果的具体影响。

方法】:通过四个实验探索了编译架构、编译器、优化选项和混淆策略对中间表示优化的影响。

实验】:实验结果显示,GCC和Clang编译器在二进制文件编译时对中间表示优化效果有显著改善,使用opt-Ol和opt-O2优化效果最佳,相似性能提高了21.7%。而MIP32编译器架构和F1a、Sub、Bcf、All混淆策略对中间表示的优化效果有负面影响。