ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl6-internals
perl6-internals
[perl #36584] [PATCH]Immediate Dominators
by Curtis Rawls other posts by this author
Jul 18 2005 1:46AM messages near this date
Re: [perl #36585] [PATCH]Refactoring the Register Allocator | Re: [perl #36584] [PATCH]Immediate Dominators
# New Ticket Created by  Curtis Rawls 
# Please include the string:  [perl #36584]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=36584 > 


This patch:
-Adds an "immediate dominator" attribute to the CFG.
-Adds an algorithm to (inefficiently) compute idoms from the dominator sets.
-Switches the compute_dominators algorithm to the non-BFS version (the
BFS version is faster but does not always work correctly).
-Modifies dump_dominators to display the idom of each block in parentheses.

-Curtis
Attachments:
idom.patch
unknown1

Thread:
Curtis Rawls
Leopold Toetsch

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved