English, asked by bhanukumar2194, 8 months ago

What is different between machine dependent and machine independent of loader with an example

Answers

Answered by ctagaamo
0

Answer:

Computer programs are sets of instructions given to hardware, to perform tasks. These programs are mostly written in high-level languages, and the computer does not understand that language. Therefore, a compiler is used to convert those instructions into machine code or target code. It goes through several phases to build the target code. Code optimization is one of them. There are two optimization techniques like, machine dependent and machine independent code optimization. The key difference between machine dependent and machine independent code optimization is that the machine dependent optimization is applied to object code while machine independent code optimization is applied to the intermediate code.

Explanation:

Similar questions