Examples of using Compiled code in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
NET is compiled code that runs on the server.
Interpreted code runs slower than compiled code.
Natively compiled code can control the smallest rise limits.
Given this, the engine must store compiled code anyway;
Compiled code is translated into object code once, then executed.
It's a useful reminder that statically compiled code still matter.
Note: some compiled code is linked together, but not to create a final program.
Interpreted code is almost always slower than compiled code.
NET framework will produce compiled code that is ultimately based on these types.
No need to restart the server to deploy or replace compiled code.
However, applications using statically compiled code will take longer to build.
No server restart is required,even to deploy or replace running compiled code.
This indicates that its compiled code can run on almost any platform without recompilation.
It has its instruction manual, which is the compiled code, and all of its imports.
The compiled code can be executed quickly since the nativecode is stored in the cache.
Some systems(e.g. some LISPs) allow interpreted and compiled code to call each other and to share variables.
After that, compiled code and cooked content will be bundled into a distributable set of files, such as an installer for Windows.
The first render tends to warm up a bunch of lazily compiled code, which a larger tree can benefit from when it scales.
Compiled code is usually faster and more scalable than interpreted code, and can do anything interpreted code can do.
NET framework an assembly is a partially compiled code library for use in deployment, versioning and security.
Security Compiled code is more difficult to reverse engineer than non-compiled source code because it lacks the readability and abstraction of a high-level language.
The bug has already been detected and fixed,but the corrected and compiled code took some time to be distributed to the miners.
This indicates that its compiled code can run on almost any platform without recompilation.
An interpreter provides an automaticlevel of abstraction when compared to traditional compiled code, because it can handle errors and do memory management.
Since ISAPI applications are compiled code, they are processed much faster than ASP files or files that call COM+ components.
The other virtual machines wereable to run 7094 machine language or compiled code along with a special extra instruction set for the supervisor services.
If an exception is thrown, the compiled code inserted by insertAfter() is executed as a finally clause.