Runtime vs. Compile time

前端 未结 27 1329
后悔当初
后悔当初 2020-11-22 06:50

What is the difference between run-time and compile-time?

27条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-22 07:29

    Hmm, ok well, runtime is used to describe something that occurs when a program is running.

    Compile time is used to describe something that occurs when a program is being built (usually, by a compiler).

提交回复
热议问题