在样式表编译阶段完成的一些任务如下
Some of the tasks done during the style sheet compilation phase are as follows
在编译阶段可以检测出大多数用户错误。
The vast majority of user errors can be detected during the compilation phase.
在每一jit编译阶段的结尾更新此计数器。
This counter is updated at the end of every JIT compilation phase.
试图在编译阶段验证动态代码会使你陷入停机问题的漩涡。
To try to verify dynamic code at compile time would likely walk you straight into the halting problem just like it would for many kinds of tooling.
JIT编译阶段在编译方法及其依赖项时出现。
A JIT compilation phase occurs when a method and its dependencies are compiled.
编译阶段和运行阶段分开的好处使得整个过程只编译一次。
The advantage of compiled phase and run phase compile only once in the whole process.
在编译阶段,JLINQ生成可以处理自定义对象CRUD操作的接口。
At compile time, JLINQ generates implementations of those interfaces that handle CRUD operations of your objects.
这个技术使程序能启动得更快,因为在开始执行之前,不需要冗长的编译阶段。
This approach allows the program to start up more quickly, as a lengthy compilation phase is not needed before any execution can begin.
显示自上次JIT编译阶段后在JIT编译中所用的运行时间的百分比。
Displays the percentage of elapsed time spent in JIT compilation since the last JIT compilation phase.
最后一次重新构建应用程序之前,还需要进行一项更改来让BlueprintAPI在编译阶段可用。
Before rebuilding the application for the final time, there is another change needed to make the Blueprint API available at compilation stage. To do that, add a dependency declaration.
当s DO的类型在编译阶段未知时,或者当程序部署完以后可能要添加新的属性时,这特别有用。
This is particularly useful when the type of the SDO is not known at compile time, or when new properties might be added after the program is deployed.
在面向对象程序设计中,成员调用的静态分析是指在编译阶段确定调用成员函数指针或引用的类型。
The static analysis of member call is defined as determining the type of member function pointer or reference in compiling stage.
对于那些具有明确编译阶段的处理程序,use -when筛选通常可以避免编译那些处理程序不能执行的代码块。
For those processors that have an explicit compile phase, use-when filtering is intended to avoid compiling blocks of code that the processor couldn't execute.
如果它没有编译和链接,请仔细检查这些阶段,并确保早先没有出现会引起稍后出错的警告。
If it didn't compile and link, double-check the stages and ensure that there were no early warnings causing errors later on.
结果是您增加了编译过程初始阶段的工作,在这时,脚本还不能执行任何任务。
The result is that you increase the initial stages of the compilation process before the script even starts to do any work.
然后去喝另一杯,这个特殊的阶段需要花费一些时间,因为你要编译三次GCC,然后把第三次构建和第二次构建比较。
Then make another one - this particular stage takes a while, as you're compiling GCC three times, then comparing the third build to the second build.
源代码插装:最基本的技巧是在源代码阶段添加插装,这样编译和部署后的类就已经在运行时包含了插装。
Source code instrumentation: the most basic technique is to add instrumentation at the source code phase so that the compiled and deployed classes already contain the instrumentation at run time.
使用JIT编译器的初始阶段性能很低,因为要首先解释方法。
Performance with a JIT compiler is initially very low because methods are initially interpreted.
编译器层中包含了一些对象模型,这些模型与编译器管道的各个阶段暴露出来的信息——包括句法和语义上的信息——相关。
The compiler layer contains the object models that correspond with information exposed at each phase of the compiler pipeline, both syntactic and semantic.
除非在不得已的情况下,否则最好不要对处于活动开发阶段的版本进行编译,因为这样做,您将需要自己动手修复有问题的代码。
Unless you absolutely have to, a good practice to follow is not to compile software off of trunk in active development, as you might be put in a situation of fixing broken code yourself.
在访问计划的编译和优化阶段提供更好的UNION处理。
Better UNION handling in the compile and optimization phase of the access plan.
SPECjbb2005的启动阶段并不长,所以只有几个方法执行aot编译。
SPECjbb2005 doesn't have a lengthy startup phase so only a few AOT methods are compiled.
对许多程序包而言,真正的挑战不在编译和安装阶段,而是在您键入“makeinstall ”之后设置应用程序以使它正常运行的过程中。
For many packages, the real challenge comes not in the compilation and installation stages, but in the process of setting up an application to work properly after you've typed "make install".
假设配置阶段已经完成并且没有发现任何错误,则现在就可以运行make来编译和链接audacity。
Assuming that the configure stage has worked and no errors have been found, you're now ready to run make to compile and link audacity.
这正是在完成了标准配置(使用configure . gnu)以后的make阶段,它包括所有的步骤,甚至那些与编译代码无关的步骤。
This is just the make phase, which occurs after we've run a standard configure (using configure.gnu), and it includes all the stages, even those not related to compiling code.
编译器可以将这个指示符存储在它的符号表中,并在中间代码生成阶段使用这个指示符。
The compiler can store this directive in its symbol table and use it during the intermediate code generation phase.
把该查询提交给SQL编译器之后,语义阶段展开视图定义,并将它合并到初始的查询中,如下所示。
After the query is submitted to the SQL compiler, the semantics phase expands the view definition and merges it into the original query as shown below.
这可以在编译的语法分析阶段完成。
This can be done during the semantic analysis phase of the compilation.
这是可能的,因为所有的代码都已经AOT阶段被预编译并链接到主要的二进制文件中。
This is possible because all the code is already precompiled during the AOT phase and linked into the main binary.
有时configure前阶段选择的编译器标记可以链接可执行文件,但最终生成的可执行文件却不能运行,这是一个特别致命的错误。
A particularly pernicious variation occurs when the compiler flags selected in the early phases of configure are able to link executables, but the resulting executables won't run.
应用推荐