4,105 views

1 Answer

Best answer
2 votes
2 votes
Code optimization using cheaper machine instructions.
Instead of Multiplication by 2 we can use left shift by 2 etc.
selected by
Answer:

Related questions

1 votes
1 votes
2 answers
1
Arjun asked Jul 10, 2016
5,908 views
Which of the following is true while converting CFG to an LL(1) grammar?Removing left recursion aloneFactoring the grammar aloneRemoving left recursion and factoring the ...
1 votes
1 votes
3 answers
3
1 votes
1 votes
1 answer
4
go_editor asked Mar 27, 2020
1,255 views
Peer-hole optimization is a form of :loop optimizationlocal optimizationconstant foldingdata flow analysis