GNU Toolchain源码阅读缩写速查

本文深入探讨了GCC编译器中的多种优化技术,包括全局公共子表达式消除(GCSE)、间接调用提升(ICP)、懒惰代码移动(LCM)等。详细解释了这些技术如何提高代码效率,并介绍了Variable Tracking at Assignments(VTA)这一新特性,该特性改善了变量跟踪,为调试工具提供更精确的信息。

持续更新中

缩写

GCC

缩写说明
AVAIL_OUTThe AVAIL_OUT set, which represents which values are available in a given basic block.
ANTIC_INThe ANTIC_IN set, which represents which values are anticipatable in a given basic block.
GCSEGlobal common subexpression elimination
IPA-CPInterprocedural constant propagation
LCMLazy code motion
FREFull Redundancy Elimination
PREPartial Redundancy Elimination
RPOReverse Post Order,详情见https://blog.csdn.net/dashuniuniu/article/details/52159792
VTAVariable Tracking at Assignments, is a new infrastructure included in GCC used to improve variable tracking during optimizations. This allows GCC to produce more precise, meaningful, and useful debugging information for GDB, SystemTap, and other debugging tools. see https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/developer_guide/ch-debug-vta
PTAPointer to analysis
ICPIndirect Call Promotion

GLIBC

缩写说明
ERMSEnhanced REP MOVSB/STOSB (ERMS) https://stackoverflow.com/questions/43343231/enhanced-rep-movsb-for-memcpy

dump文件后缀

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值