Examples of using Intermediate language in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
Intermediate Language.
It is an intermediate language.
NET and C that are compiled to MSIL or Microsoft Intermediate Language.
Microsoft Intermediate Language.
The source code300 is translated into a HIR of the typed intermediate language 302.
Roslyn produces platform independent Intermediate Language(IL) and is used when building against.
Like many Scheme compilers,CHICKEN uses standard C as an intermediate language.
All code based on Microsoft Intermediate Language(MSIL) executes as managed code.
Java andC achieve portability by compiling a program into a pseudocode, intermediate language.
What is the Microsoft Intermediate Language(MSIL)?
The intermediate language at each level of representation may be type-checked by type-checker 308.
Systems in Nemerle are put together into an intermediate language bytecode.
The intermediate language is not a 1: 1 match between words, but maintains information that is close to abstract concepts.
Decision 502 determines if the typed intermediate language is a HIR, MIR, or LIR.
Vulkan also provides advantages such as reducing CPU overhead andproviding support for the SPIR-V Binary Intermediate language.
Statements 208-212 are a LIR of the intermediate language of the statements 202-206.
Vulkan also provides advantages such as reducing CPU overhead andproviding support for the SPIR-V Binary Intermediate language.
JIT or Just-in-time compilation requires an intermediate language to allow the code to be split into chunks(or frames).
Vulkan also provides advantages such as reducing CPU overhead andproviding support for the SPIR-V Binary Intermediate language.
Your language source is compiled into Microsoft Intermediate Language code, which the CLR then executes.
CIL(C Intermediate Language) is a front-end for the C programminglanguage that facilitates program analysis and transformation.
Also, since it compiles to machine code and not an intermediate language it is non-portable.
Code generation- the transformed intermediate language is translated into the output language, usually the native machine language of the system.
The exception that is thrownwhen a program contains invalid Microsoft intermediate language(MSIL) or metadata.
The language can then be further lowered from the intermediate language to levels closer to what a computer executes, such as machine-dependent native code.
An assembly file contains an assembly manifest, type metadata,Microsoft intermediate language(MSIL) code, and other resources.
Since the HSE fundamentally operates on MSIL(Microsoft Intermediate Language), it can integrate with existing projects even if the source code is not available.
The MIR is thentranslated into a machine-dependent low-level representation of the typed intermediate language(LIR) by code generation at block 114.
MSIL is an abbreviation of the words Microsoft Intermediate Language(Microsoft intermediate language).
From what you learned in the previous section, Microsoft Intermediate Language obviously plays a fundamental role in the. NET Framework.