トップページ > プログラム > 2014年09月10日 > 9rHuXPdS

書き込み順位&時間帯一覧

22 位/211 ID中時間01234567891011121314151617181920212223Total
書き込み数0000000011100000000000104



使用した名前一覧書き込んだスレッド一覧
デフォルトの名無しさん
Cygwin + MinGW + GCC 相談室 Part 7

書き込みレス一覧

Cygwin + MinGW + GCC 相談室 Part 7
793 :デフォルトの名無しさん[sage]:2014/09/10(水) 08:48:15.78 ID:9rHuXPdS
元の >>717 は make 起動してからコンパイルが始まるまでの時間の話じゃなかったのか?
fork すら関係ないような・・・。
Cygwin + MinGW + GCC 相談室 Part 7
801 :デフォルトの名無しさん[sage]:2014/09/10(水) 09:46:41.77 ID:9rHuXPdS
>>799
えーと、元の make の話とは関係なく、「gccって遅いんだぜ」って話を始めたわけね。
じゃぁいいや。好きにして。

合意を得たいなら何と比べて「遅い」といってるのか、比較対象と具体的なデータを
示さないと無理だろうな、とは思う。
Cygwin + MinGW + GCC 相談室 Part 7
806 :デフォルトの名無しさん[sage]:2014/09/10(水) 10:18:10.00 ID:9rHuXPdS
>>804
なるほど VC++ と比べて遅いってことね。
あとは >>782 にある「報告」の URL とか挙げとけば具体的なデータも揃うんじゃないの?
Cygwin + MinGW + GCC 相談室 Part 7
828 :デフォルトの名無しさん[sage]:2014/09/10(水) 22:50:33.63 ID:9rHuXPdS
>>825
↓この計測結果とはだいぶ違う話だね。まあ条件によってはそんなこともあるんだろう。
http://news.dice.com/2013/11/26/speed-test-2-comparing-c-compilers-on-windows/
> Embacadero bcc64 (full optimization with command-line switch -O3)
> Command line: Measure-Command { bcc64 -S -O3 test4.cpp }
> Total Milliseconds for compile only: 1812.0551
...
> clang (Full optimization, with command-line switch -O3)
> Command line: Measure-Command { clang -c -O3 test4.cpp }
> Total Milliseconds for compile only: 4996.9006
...
> g++ under 64-bit MingW (Full optimization, with command-line switch -O3)
> Command line: Measure-Command { g++ -c -O3 test4.cpp }
> Total Milliseconds for compile only: 5114.4662
...
> 64-bit g++ under Cygwin (full optimization)
> Command line: Measure-Command { g++ -c -O3 test4.cpp }
> Total Milliseconds for compile only: 6485.9999
...
> Microsoft cl with Maximum optimization (...)
> Command line: Measure-Command { cl /Ox /c /nologo test4.cpp }
> Total Milliseconds for compile only: 9378.7025
...
> Intel icl compiler with full optimization
> Command line: Measure-Command { .icl /Ox /c test4.cpp }
> TotalMilliseconds : 13064.7322


※このページは、『2ちゃんねる』の書き込みを基に自動生成したものです。オリジナルはリンク先の2ちゃんねるの書き込みです。
※このサイトでオリジナルの書き込みについては対応できません。
※何か問題のある場合はメールをしてください。対応します。