Re: [boost] interest in dominator tree?

2003-06-02 Thread Douglas Gregor
- Original Message -
From: "Jeffrey Hsu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 30, 2003 2:41 AM
Subject: [boost] interest in dominator tree?


> Is there any interest in a generic implementation of the
> Lengauer-Tarjan algorithm to compute the immediate dominator
> tree of a flow graph in almost-linear time?

I'm interested, having recently implemented it myself for the BGL. My only
concern is that the algorithm is very specific to a narrow domain, and might
not belong in Boost. Granted, the thought of a good, _generic_ static
analysis library makes me giggle with glee :)

Doug

___
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost


Re: [boost] interest in dominator tree?

2003-05-30 Thread Larry Evans
Jeffrey Hsu wrote:
Is there any interest in a generic implementation of the
Lengauer-Tarjan algorithm to compute the immediate dominator
tree of a flow graph in almost-linear time?
I'd be interested; however, I've no immediate use.  I'm only
interested because I'm interested in compilers and analyzing
programs.  I also think it would be interesting to see how
you might adapt the boost graph library to do this.  The
spirit library could be used for a toy fortran or c like language
to demo the algorithm.
___
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost


[boost] interest in dominator tree?

2003-05-30 Thread Jeffrey Hsu
Is there any interest in a generic implementation of the
Lengauer-Tarjan algorithm to compute the immediate dominator
tree of a flow graph in almost-linear time?

Jeffrey



___
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost