Illustrate The Purely Compiled Implementation
Illustrate The Purely Compiled Implementation
Advantages
High Flexibility
Debugging tool relatively easy
Interpreter is simpler than compiler
Disadvantages
Low Efficiency
No translation and only perform decoding
Execution time + decoding time
For every occurrence of same command, separate decoding steps are
performed
Low performance
Advantages
Efficiency
Complete translation from source program to object program
Executing object program is more efficient
Disadvantages
Less Flexibility
It loses all information about the structure of the source program
Debugging is difficult
3. Illustrate the implementation of intermediate machine.