answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is machine independent phase in compiler?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is machine dependent phase in compiler?

1. Target code generation 2. Machine Specific code improvement


Is the size of an integer compiler dependent or machine dependent?

The size of an integer is compiler-dependant. The compiler itself is machine-dependant so it could be argued they are in fact machine-dependent, however we don't write code to suit the machine, we write code to suit the compiler, even when the code is machine-dependent.


What is 16 bit compiler?

Quite simply, a 16-bit compiler is a compiler for a 16-bit machine.


What is use of compiler in c?

The compiler translates source code into machine code. As opposed to java, this is a machine specific operation.


Is C plus plus a machine independent?

Yes, it's. The only exception I can think of is Itanium. But even that case compiler can be configured in a way that you do need to worry about that.


Advantages and disadvatages of single and multi pass compiler?

Single pass: Adv: More efficient than multi pass compilers in the compiler phase. Smaller compilers than multi pass Dis: Produces less efficient programs. Multi pass: adv: Can be useful when optimizing code. more machine independent Java like variable declaration - it doesn't need to be before the use of it, because Java require multi pass compilers. Dis: Slower at compile time


What is a laod and go compiler?

A load and go compiler generates machine code and then immediately executes it.


Types of programming language that is machine independent?

FORTRAN (FORmula TRANslator) is the best-known earliest example of machine independent language. This is where the language is not dependent on the characteristics of the computer. COBAL (COmmon Business-Orientated Language) is the other type of programming language that is machine independent. COBAL was developed by the US Navy for business applications.


A computer program that converts the entire program into machine language at one time is called?

compiler


What is compiler is working?

compiler used to convert high level language coad into machine level language


Is compiler is platform independent?

No. (Of course you should specify what compiler you are talking about.)


Who converts the computer language into machine language?

A compiler or interpreter converts high-level programming languages into machine code that can be understood and executed by the computer's hardware.