memrootじしょ
英和翻訳
compile time
drill sergeant
sobriety
runtime environment
soybean
catechins
compile time
/ˈkɒmpʌɪl taɪm/
コンパイルタイム
1.
プログラムのコンパイル中、またはその期間。ソースコードが機械語に変換されるプロセスを指します。
ソースコードが、コンピュータが直接実行できる形式(機械語など)に変換される時点や、そのプロセス全体を指します。このフェーズで文法エラーなどが検出されることがあります。
Compile
time
errors
are
typically
caught
by
the
compiler.
(コンパイル時エラーは通常、コンパイラによって検出されます。)
Compile time errors
プログラムのコンパイル中に発生する誤り、またはバグ。
are typically caught
通常、捕まえられたり、検出されたりする。
by the compiler
プログラムのコンパイルを行うソフトウェアによって。
Some
optimizations
can
only
be
performed
at
compile
time.
(一部の最適化はコンパイル時にのみ実行できます。)
Some optimizations
いくつかの最適化。プログラムの性能を向上させるための変更。
can only be performed
のみ実行されることができる。
at compile time
プログラムのコンパイルが行われる時に。
Understanding
compile
time
versus
run
time
is
crucial
for
software
development.
(コンパイル時と実行時を理解することは、ソフトウェア開発において極めて重要です。)
Understanding
理解すること。
compile time versus run time
コンパイル時と実行時の対比。
is crucial
極めて重要である。
for software development
ソフトウェアを開発することにとって。
関連
runtime
compiler
source code
executable
linking
debugging