COMPILER DESIGN

SYNTAX ANALYSIS

ROLE OF THE PARSER

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The method which merges the bodies of two loops is ____
A
Loop rolling
B
Loop jamming
C
Constant folding
D
None of these
Explanation: 

Detailed explanation-1: -2. The method which merges the bodies of two loops is? Explanation: In computer science, loop fusion (or loop jamming) is a compiler optimization and loop transformation which replaces multiple loops with a single one.

There is 1 question to complete.