Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sharing recovery fix #22

Closed

Commits on May 13, 2011

  1. Sharing recovery fix

    The NodeCounts data structure has changed substantially. It is no longer a list of
    node/count pairs with the invariant that all child nodes appear after parent nodes.  It is
    now a list of "dependency groups" each dependency group is a directed acyclic graph (DAG)
    that captures the dependencies that an AccSharing node can have on VarSharing nodes.
    
    The function 'filterCompleted' now checks and filters out nodes on a per-dependency group
    basis.
    
    This commit also introduces a new trace function in D.A.A.Debug and adds tests for sharing
    recovery.
    
    There are also some new dependencies added to accelerate.cabal because we are using
    unordered containers.
    Sean Seefried committed May 13, 2011
    Configuration menu
    Copy the full SHA
    5c24257 View commit details
    Browse the repository at this point in the history