Examples of using Compiler converts in English and their translations into Indonesian
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Ecclesiastic
The compiler converts the source program into machine code.
It is a multitasking object-oriented programming language whose compiler converts the Spin code into bytecodes.
A compiler converts the entire program into machine code.
After compiling the managed code, the compiler converts the source code into intermediate language(IL) code.
A compiler converts the whole source code into machine code at once.
Inside the C++ Object Model" documents how the C++ compiler converts your program statements into an in-memory layout.
The compiler converts the entire source code into machine code.
The Java Runtime Environment(JRE), complementing the JVM with a just-in-time(JIT) compiler, converts intermediate bytecode into native machine code on the fly.
A compiler converts the complete source code into object code at once.
In this process, the compiler converts the entire program into machine code at a time.
A compiler converts the entire source code into equivalent machine code at once.
When the managed code is compiled, the compiler converts the source code into a CPU independent intermediate language(IL) code.
C compiler converts source code into machine code that consists of zero and one only and directly executed on machine.
During the runtime the CLR Just In Time(JIT) compiler converts the Microsoft Intermediate Language(MSIL) code into native code to the Operating System.
C compiler converts source code into machine code that consists of zero's, and one's only, and execution is done on a machine.
The difference between compiler interpreter and assembler is that compiler converts whole high level language programs to machine language at a time while interpreter converts high level language programs to machine language line by line and assembler converts assembly language programs to machine language.
Her compiler converted English terms into machine code.
Her compiler converted English terms into machine code understood by computers.
The native code compilers convert the source code only for the same type of platform.
Javac- the Java compiler, which converts source code into Java bytecode.
Modern software engineers use high-level programming languages andrun them through a piece of software called a compiler, which converts their commands into lower-level instructions.
For example, the Java compiler, which converts Java source code into Java bytecode(an intermediate language for the JVM), is provided as part of the Java Development Kit JDK.
A compiler takes an entire program and converts it into object code which is typically stored in a file.
Javac- the Java compiler, which converts source code into Java bytecode javadoc- the documentation generator, which automatically generates documentation from source code comments jar- the archiver, which packages related class libraries into a single JAR file.
Unlike compilers, interpreters convert source code to machine code line by line.
The compilers and interpreters convert a high-level program into machine understandable machine code.