DescriptionInitial support for marking live code.
As part of aggressive dead code elimination, we initially assume all
flow-graph instructions are not live. We mark those that are critical
and recursively all their children. The children of variable
references (VariableProxies occurring as rvalues) include all their
reaching definitions.
Committed: http://code.google.com/p/v8/source/detail?r=4246
Patch Set 1 #
Total comments: 5
Patch Set 2 : Addressed review comments. #
Messages
Total messages: 4 (0 generated)
|