Trees | Indices | Help |
|
---|
0
Return the blocks in reverse postorder
i.e. each node appears before all of its successors
Fix one problem with DFS.
The DFS uses child block, but doesn't know about the special "next" block. As a result, the DFS can order blocks so that a block isn't next to the right block for implicit control transfers.
Trees | Indices | Help |
|
---|