DescriptionImprove dead code elimination by transitively marking live code and removing all dead code. Replace unreachable phi removal algorithm with the new dead code elimination pass, which is more thorough.
Committed: https://code.google.com/p/v8/source/detail?r=14661
Patch Set 1 #
Total comments: 17
Patch Set 2 : Rename functions and clean up comments based on review feedback #Patch Set 3 : Comment fix. #
Total comments: 28
Patch Set 4 : More cleanups after review. #Patch Set 5 : Split main algorithm of dead code elimination into two smaller functions. #
Total comments: 1
Patch Set 6 : Rename CanBeEliminated -> CannotBeEliminated, implement IsDeletable() for HPhi. #
Messages
Total messages: 12 (0 generated)
|