[graph] a patch for dominator_tree.hpp

Hi all, Recently, I've got few mails concerning about the performance of my dominator tree implementation in the boost graph library, which can be solved by a simple modification. The attached file is my patch on that problem which is based on the most recent version in the subversion repository. Could somebody who has a permission to modify the code apply this patch? The patch has only 5 lines difference and I've double checked it works correctly. Thanks, Jongsoo

Recently, I've got few mails concerning about the performance of my dominator tree implementation in the boost graph library, which can be solved by a simple modification. The attached file is my patch on that problem which is based on the most recent version in the subversion repository. Could somebody who has a permission to modify the code apply this patch? The patch has only 5 lines difference and I've double checked it works correctly.
I will review and integrate this patch by Friday. Thanks, Andrew Sutton andrew.n.sutton@gmail.com

Recently, I've got few mails concerning about the performance of my dominator tree implementation in the boost graph library, which can be solved by a simple modification. The attached file is my patch on that problem which is based on the most recent version in the subversion repository. Could somebody who has a permission to modify the code apply this patch? The patch has only 5 lines difference and I've double checked it works correctly.
Sorry about the delay. I applied the patch to trunk (r52506). I also updated your copyright info to extend from 2005 to 2009. Andrew Sutton andrew.n.sutton@gmail.com
participants (2)
-
Andrew Sutton
-
Jongsoo Park