存储过程中的代码是预先编译的。
跟踪钩子不必预先编译在源代码中。
Trace hooks do not have to be precompiled as part of your source code.
跟踪钩子不需要作为源代码的组成部分预先编译。
Trace hooks do not have to be pre-compiled as part of your source code.
由于已经预先编译好,所以减少了执行时间。
将预先编译的软件称为“可执行”软件包可能更有意义。
It would probably make more sense to call precompiled software "executable" packages.
每次执行一个预先编译的方法时,都会打印一份日志记录消息。
A log message is printed each time a precompiled method is executed. The output from this option is similar to the following.
遗憾的是,这一选项不会列出预先编译的JAR文件中的类。
Unfortunately, this option doesn't list classes from precompiled JAR files.
注 :预先编译的软件包通常称为“二进制文件”,尽管这不很贴切。
Note : Pre-compiled software packages are usually called "binaries," although this is something of a misnomer.
一些原生XML数据库具有预先编译或解析XQuery代码的能力。
Some native XML databases have the ability to precompile or parse XQuery code.
然后可将此文件提供给jxeinajar工具,来控制哪些方法将被预先编译。
Then you can supply the file to the jxeinajar tool to control which methods are precompiled. You supply the file to the tool with the following command.
除此之外,应用程序的本质决定了还有哪些系统文件的预先编译能够带来性能收益。
Beyond this, the nature of your application determines which additional system files can further benefit performance by being precompiled.
存储过程速度较快,因为它们是预先编译好的并且驻留在数据库服务器上。
Stored procedures are fast because they are precompiled and reside on the database server.
虽然通过使用这些预先编译好的官方发行版来安装XFS是可能的,但是我不推荐这种方法。
While it is possible to install XFS using these pre-rolled, official releases, I don't recommend this approach.
我们建议,不仅要预先编译您的应用程序,还要对关键的系统JAR文件进行AOT编译。
We advise you not only to precompile your application, but also to AOT-compile key system JAR files.
WebSphereRealTime目前不允许混合使用动态JIT编译和预先编译的代码。
WebSphere Real Time does not currently permit the mixing of dynamic JIT compiling and precompiled code.
假设包含这个语句的应用程序文件已经预先编译了,产生了绑定文件sampleapp . bnd。
Suppose the application file containing this statement was pre-compiled, producing a bind file called sampleapp.bnd.
研制了一种构件自描述封装的方法,在构件中封装描述构件的类信息和导入信息,该类信息和导入信息来源于预先编译文件。
This paper proposes a method of component self-description, which packs class information and import information in components from processed source files.
预先编译的代码有着静态的本质——与JIT编译器动态生成的代码不同,因而不可能在经过一段时间后,得益于常用方法的进一步优化。
Because of its static nature, precompiled code — unlike code generated dynamically by a JIT compiler — can't benefit from further optimisations of frequently used methods over time.
您可以构建一组更为优化的预先编译JAR文件,方法是创建一个您的应用程序频繁使用的方法配置文件,然后仅用 AOT 编译这些方法。
You can build a more optimized set of precompiled JAR files by creating a profile of the methods that your application uses frequently and AOT-compiling only those methods.
即使对于那些从来都不会涉及 C++编译器或一行源代码以及那些使用预先编译好的查看器下载版本的用户来说,LSL文档也会非常有用。
The LSL documentation is useful even to someone who's never going to touch a C++ compiler or a line of source and who just uses prebuilt downloads of the viewer.
您可以从lua.org上下载lua的源代码,在lua - userswiki(链接请参见参考资料)上可以找到预先编译好的二进制文件。
You can download lua as source code from lua.org, and you can find a variety of pre-built binaries at the Lua-users wiki (see Resources for links).
列于-verbose:class输出之中但未列于- verbose:dynload输出之中的任何类都必然是从一个预先编译的JAR文件中加载的。
Any class listed in the -verbose: class output but not in the -verbose: dynload output must be loaded from a precompiled JAR file.
为了简化起见,我们把预先解析模式并建立模式内部表示的过程称为编译模式。
For simplicity, we will refer to the process of pre-parsing a schema and building an internal representation of the schema as compiling the schema.
因为Cheetah可以将模板文件编译成Python代码,所以您可以预先解析所有模板,并在使用动态数据扩充代码时,从已编译的代码中获得好处。
Because Cheetah can compile template files to Python code, you can do all the template parsing up front and get the benefits of compiled code when you fill out the templates with dynamic data.
确保准则3得到满足,要求编译器预先知道所有可重入函数,包括应用程序所使用的程序库。
Ensuring guideline 3 requires the compiler to have prior knowledge of all the reentrant functions, including the libraries used by the application.
Tiger中计划进行的最显著的变化是添加泛型类型,正如在JSR-14原型编译器中所预先展示的那样(您可以立即免费下载该编译器;请参阅参考资料)。
The most visible change scheduled to occur in Tiger is the addition of generic types, as previewed in the JSR-14 prototype compiler (which you can download right now for free; see Resources).
依据本协议条款,不对任何软件代码进行反向工程,反编译或拆解和/或预先发布公开方向接收方公开的硬件设备。
Refrain from reverse engineering, decompiling or disassembling any software code and/or pre-release hardware devices disclosed by Disclosing Party to Receiving Party under the terms of this Agreement.
你如何提供这些信息取决于你使用的是JiT(即时)编译器还是AoT(预先)编译器。
How you provide this information depends upon whether you compile with the JIT (Just-in-Time) compiler or the AOT (Ahead-of-Time) compiler.
几个编译程序会对几何体进行处理对光影进行预先计算。
The geometry is processed and the proper lighting and shadows are pre-calculated with several compile programs.
有时该编译器替用户提供额外的逻辑,以便用户可以集中精力于手头的任务,而不用预先考虑可能出现的错误。
Sometimes the compiler provides extra logic on the user's behalf so that the user can focus on the task at hand, rather than on anticipating possible errors.
应用推荐