- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I'd like to get a report from the Intel FORTRAN compiler like the one that the IRIX64 MIPSpro FORTRAN compiler would generate when using
-FLIST:=ON
Basically, I want to see what the source code looks like after all the optimization (including interprocedural) has been done.
ifort does not seem to have this feature. I've played with the -opt_report options, but the reports aren't clear to me. Do you know of any undocumented options that would help me get optimized source code from the compiler?
-FLIST:=ON
Basically, I want to see what the source code looks like after all the optimization (including interprocedural) has been done.
ifort does not seem to have this feature. I've played with the -opt_report options, but the reports aren't clear to me. Do you know of any undocumented options that would help me get optimized source code from the compiler?
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
There is no such feature, and it really isn't possible since our optimizations aren't applied at the source level. There are a variety of optimization reports available that tell you what it did and where, but not in source form.
