in Compiler Design
575 views
0 votes
0 votes
How Directed acyclic graph would be constructed for this instruction?

b[j] = a ;
in Compiler Design
575 views

1 comment

We can write b[j] as *(b+j). I think now you can construct DAG :).
0
0

Please log in or register to answer this question.