Joke Collection Website - Bulletin headlines - What is the ultimate goal of compiling a program?

What is the ultimate goal of compiling a program?

The ultimate goal of the compiler is to compile the source program into a target program.

The ultimate goal of the compiler is to compile the source program into a target program. A compiler, also called a compiler, refers to a translation program that translates a source program written in a high-level programming language into an equivalent target program in machine language format. Compilers are translation programs implemented using a generative implementation approach.

It takes a source program written in a high-level programming language as input, and a target program expressed in assembly language or machine language as output. The compiled target program usually also goes through a running stage in order to run with the support of the running program, process the initial data, and calculate the required calculation results.

The role of the compiler

A translator that translates a high-level language source program into a target program, and then translates it into an equivalent machine language format target program.

Is the compiler an application software?

Take the C language as an example. The compiler is system software, not application software.

Compiler (compiling program), also called a compiler, refers to a translation program that translates a source program written in a high-level programming language into an equivalent target program in machine language format.

The compiler here is an action, which is translated into machine language binary code by a high-level programming language compiler based on compilation principle technology. Therefore it is system software.