in Compiler Design
1,569 views
0 votes
0 votes
DU-chains(Definition use) in compiler design

(a). consist of definition of a variable and all its uses, reachable from that definition.

(b). are created using a form of static code analysis

(c). are prequisite for many compiler optimization including constant propagation and common sub-expr elimination

(d). All
in Compiler Design
1.6k views

1 Answer

1 vote
1 vote
Best answer
selected by
Answer:

Related questions