Reviewers: fschneider, Description: Compute reaching definitions.
Use the classical worklist algorithm to compute reaching definitions. All nodes are initially put on the worklist. Until the worklist is empty, nodes are removed, their RD_in is recomputed, and if it changes their successors are added to the worklist. Please review this at http://codereview.chromium.org/853004 Affected files: M src/data-flow.h M src/data-flow.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
