1.

The method which merges the bodies of two loops is?(a) Loop rolling(b) Loop jamming(c) Constant folding(d) None of the mentionedThis question was posed to me in quiz.The question is from Syntax-Directed Definitions and Translations topic in portion Syntax Directed Definition and Translations of Compiler

Answer»

The correct choice is (b) LOOP jamming

Explanation: In COMPUTER science, loop fusion (or loop jamming) is a compiler optimization and loop transformation which replaces multiple loops with a single ONE.



Discussion

No Comment Found

Related InterviewSolutions