Chromium Code Reviews
DescriptionCompute 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.
Committed: http://code.google.com/p/v8/source/detail?r=4113
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix worklist bug. #Patch Set 3 : Leave entry node off the worklist. #
Messages
Total messages: 3 (0 generated)
|
||||||||||||||||||||||||||||