❑ Compile time : The time the compiler is operating.
❑ Link time : The time the linker is operating.
❑ Load-time : The time the Loader is operating.
❑ Run-time : The time the program is executing.
❑ Build time : The time to create executable file(Preprocessing time~Load time).
November 23, 2017
Compile, Link, Load, Run, Build time
2017-11-23T22:49:00+09:00