IBM AIXxlc
编译器提供了一个标志,用于生成初始化局部变量存储的代码:
initauto=<hh>
Initialialize automatic storage to <hh>. <hh> is a
hexadecimal value. This generates extra code and
should only be used for error determination.
我认为 MSVC 编译器为调试构建做了类似的事情,但我的记忆在这一点上可能很模糊。
GCC有等效的选择吗?