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に相当するオプションはありますか?