514 views
2 votes
2 votes
The optimization phase in a compiler generally:

(A) Reduced the space of the code

(B) Optimizes the code to reduce execution time

(C) Both (A) and (B)

(D) Neither (A) nor (B)

Please log in or register to answer this question.

Related questions

1 votes
1 votes
2 answers
1
admin asked Mar 30, 2020
980 views
What is the maximum number of reduce moves that can be taken by a bottom-up parser for a grammar with no epsilon and unit production (i.e.,of type $A\to\epsilon$ and $A \...
2 votes
2 votes
5 answers
2
admin asked Mar 30, 2020
1,900 views
In a compiler, keywords of a language are recognized duringparsing of the programthe code generationthe lexical analysis of the programdataflow analysis
0 votes
0 votes
1 answer
3
admin asked Mar 30, 2020
742 views
A system program that combines the separately complied modules of a program into a form suitable for executionassemblerlinking loadercross compilerload and go
2 votes
2 votes
4 answers
4
admin asked Mar 30, 2020
8,803 views
Which of the following is machine independent optimization?Loop optimizationRedundancy EliminationFoldingAll of the option