アカウント名:
パスワード:
より多くのコメントがこの議論にあるかもしれませんが、JavaScriptが有効ではない環境を使用している場合、クラシックなコメントシステム(D1)に設定を変更する必要があります。
コンピュータは旧約聖書の神に似ている、規則は多く、慈悲は無い -- Joseph Campbell
PCC復活 (スコア:1, 参考になる)
- Home-written assembler and linker.
- A port of PCC (the 32V C compiler) with a bunch of changes.
- The GNU C preprocessor.
を使っている、なんてことが書いてあります。PCCへの変更は
I added ANSI prototypes and keywords + a bunch of C99 stuff + a tree optimizer step,
then it can generate quite decent assembler.
で、コンパイルのスピードはGCCより速いとも言ってますね。
Compiling the kernel with gcc takes ~12 minutes, and compiling the same with PCC takes 45 seconds.
Re:PCC復活 (スコア:0)
> Compiling the kernel with gcc takes ~12 minutes, and compiling the > same with PCC takes 45 seconds.
逆では?
Re:PCC復活 (スコア:0)