Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
CompileTime
Edit
PageHistory
Diff
Info
LikePages
CompileTime is the time when a [Compiler] analyzes SourceCode and compiles it. CompileTime commonly entails [Optimisation]s to improve speed at RunTime. Such [Optimisation]s rely on information that must be available at the time they're done. InLining, for example, can generally be done at CompileTime because the necessary CallGraph information is avaliable. See also: KernelCompilationTimes
6 pages link to
CompileTime
:
Compiler
RunTime
Template
JustInTime
Profiling
Library