Computer Science, asked by teddybaby812, 1 year ago

Explain dag represention of program and code generation from dag

Answers

Answered by laxmipriyaojha2002
0

DAGs are a type of data structure. It is used to implement transformations on basic blocks. DAG provides a good way to determine the common sub-expression. It gives a picture representation of how the value computed by the statement is used in subsequent statements.

Similar questions