-
1 Machine-code
رمز للآلة ، مجموعة رموز آلية -
2 native code
Code that has been compiled to processor-specific machine code. -
3 p-code
A machine language for a nonexistent processor (a pseudomachine). Such code is executed by a software interpreter. -
4 JIT compilation
The compilation that converts Microsoft intermediate language (MSIL) into machine code at the point when the code is required at run time. -
5 just-in-time compilation
The compilation that converts Microsoft intermediate language (MSIL) into machine code at the point when the code is required at run time. -
6 unmanaged function
A function that is compiled to machine code (such as x86 or x64) as opposed to intermediate language (IL). -
7 optimizing compiler
A compiler that analyzes its output (assembly language or machine code) to produce more efficient (smaller or faster) instruction sequences. -
8 JIT compiler
"A compiler takes the Java bytecode (which is machine-independent) and compiles it on demand into native code for the target machine, giving faster execution. Since JIT compilers operate on the client machine, they preserve the platform-independence of the compiled Java program." -
9 just-in-time compiler
"A compiler takes the Java bytecode (which is machine-independent) and compiles it on demand into native code for the target machine, giving faster execution. Since JIT compilers operate on the client machine, they preserve the platform-independence of the compiled Java program." -
10 assembly cache
"A machine-wide code cache used for side-by-side storage of assemblies. There are two parts to the cache: the global assembly cache contains assemblies that are explicitly installed to be shared among many applications on the computer; the download cache stores code downloaded from Internet or intranet sites, isolated to the application that triggered the download so that code downloaded on behalf of one application/page does not impact other applications."
См. также в других словарях:
Machine code — or machine language is a system of impartible instructions executed directly by a computer s central processing unit. Each instruction performs a very specific task, typically either an operation on a unit of data (in a register or in memory, e.g … Wikipedia
machine code — ➔ code * * * machine code UK US noun [C or U] (also machine language) IT ► the basic language used to give instructions to a computer, consisting only of numbers: »The program has been written in machine code. »Z 80 machine code is fairly easy to … Financial and business terms
machine code — n. (Computers) Same as {machine language}. [WordNet 1.5] … The Collaborative International Dictionary of English
machine code — (also machine language) ► NOUN ▪ a computer programming language consisting of instructions which a computer can respond to directly … English terms dictionary
machine code — noun a set of instructions coded so that the computer can use it directly without further translation • Syn: ↑machine language • Hypernyms: ↑code, ↑computer code * * * maˈchine code [machine code] … Useful english dictionary
machine code — UK / US noun [countable/uncountable] Word forms machine code : singular machine code plural machine codes computing a series of instructions written in a form that a computer can read and understand … English dictionary
machine code — kompiuterinis kodas statusas T sritis automatika atitikmenys: angl. machine code vok. Maschinencode, m rus. машинный код, m pranc. code de machine, m; langage, m … Automatikos terminų žodynas
machine code — N UNCOUNT Machine code is a way of expressing instructions and information in the form of numbers which can be understood by a computer or microchip. [TECHNICAL] … English dictionary
machine code — kompiuterinė kalba statusas T sritis informatika apibrėžtis ↑Programavimo kalba, kurią tiesiogiai, be ↑interpretatoriaus, supranta kompiuteris ir vykdo ja užrašytas komandas. Tai galutinis ↑asemblerio arba transliavimo iš aukštesnio lygio… … Enciklopedinis kompiuterijos žodynas
machine code — operacijos kodas statusas T sritis informatika apibrėžtis ↑Kompiuterinės komandos dalis, nurodanti, kokią operaciją turi atlikti ↑procesorius, dažniausiai užimanti vieną baitą ir užrašoma šešioliktainiu skaičiumi. atitikmenys: angl. machine code… … Enciklopedinis kompiuterijos žodynas
Machine code monitor — Apple II monitor A machine code monitor (aka machine language monitor) is software built into or separately available for various computers, allowing the user to enter commands to view and change memory locations on the machine, with options to… … Wikipedia