DescriptionMake GVN side effect analysis more precise.
When descending the dominator tree we used to collect side effects from all blocks between the dominator and the dominated blocks in the block ordering. This could include blocks that do not appear on paths from the dominator to the dominated and unnecessarily removed available values from the GVN map.
Committed: http://code.google.com/p/v8/source/detail?r=7943
Patch Set 1 #Patch Set 2 : Improve compilation performance #
Total comments: 2
Patch Set 3 : Review fixes #Messages
Total messages: 2 (0 generated)
|