gate · compiler-design

Practice — "Local Optimisation & Data Flow Analysis"

Answer 10 questions, get instant scoring with explanations. Auto-saves your attempt.

10 questions20 total marks12m estimated
Question 1 of 10
12:00
EASY1 mark
Partition the code i = 0; L: t = i*4; if i >= n goto E; a[t] = 0; i = i+1; goto L; E: return into basic blocks and state how many blocks result.
0 of 10 answered
Header Logo