In analyzing the compilation of PL/I program, the term “Machine independent optimization” is associated with:
In a two pass assembler pseudo code EQU is to be evaluated during
Pick the functions which are completely performed in pass 1
Consider the following issues:
1. Simplify the phases.
2. Compiler efficiency is improved.
3. Compiler works faster.
4. Compiler portability is enhanced.
Which is/are true in context of lexical analysis?
Consider line number 3 of the following C-program.
int main () { /* Line 1 */
int i, n; /* Line 2 */
fro (i = 0, i < n, /+ + ); /* Line 3 */
}
Identify the compiler’s response about this line while creating the object - module
Hash tables can contribute to an efficient average case solution for
In analyzing the compilation of PL/I program the description “resolving symbolic address (lables) and generating machine language” is associated with _______.
In analyzing the compilation of PL/I program the description “creation of more optimal matrix” is associated with
In analyzing the compilation of PL/I program, the term “lexical analysis” is associated with
Resolution is externally defined symbols is performed by
A simple two-pass assembler does which of the following in the first pass?
1. It allocates space for the literals.
2. It computes the total length of the program.
3. It builds the symbol table for the symbols and their values.
4. It generates code for all the load and stores register instruction.