编译期 meaning in English
compile time
compiling duration
Examples
- Compile - time polymorphism
编译期多态 - Lots of work to set things up , but it does keeps lots of errors confined to compile time , not run time
为了把东西搞定要作不少的工作,但它确实把许多错误限定在了编译期,而不是在运行时。 - If the local variable declaration includes multiple declarators , the initializers must all have the same compile - time type
如果局部变量声明包含了多个声明符,这些声明符必须具备同样的编译期类型。 - The time interval for computer to complete a task . e . g . , assemble duration , compile duration , response duration , run duration , translate duration
计算完成一项作业所需的时间。例如,汇编时间、编译期、响应时间、运行时间、翻译变换时间。 - Optimization when compiling six approaches are proposed : constant embedding , constant propagation , duplication propagation , flag update elimination , conditional instruction merge and instruction scheduling
编译期优化提出六种编译期优化的手段:只读常量内嵌,常量传播,复制传播,消除无用标志位更新,条件语句合并和指令重排。