[Suif-talk] CFG for SUIF2

David Heine dlheine@carpathia.stanford.edu
Wed, 22 Nov 2000 14:52:30 -0800


On Tue, Nov 21, 2000 at 02:56:34PM +0100, Nico Kasprzyk wrote:
> Hi,
> 
> we want to use a CFG on the top of the SUIF2 datastructure. But the CFG
> shipped in the dataflow subdirectory don't own all properties that we need.
> So we develop another CFG representation with nodes and blocks those one
> can
> annote with useful informations.
> 
> Does anyone else spend some effort in this area? Does anyone want to test
> this new representation when it is finished?

We have a package "baseregion" that extensibly builds structured/unstructured regions
from a SUIF IR that is ready for distribution.  Unfortunately, it doesn't compile
with the current released system because of some renaming issues.
(e.g. to avoid a conflict with the STL list we've renamed "list<>" to "suif_list<>")

-David