Skip to content

Introduce graph abstraction and use for region inference, CFG #7688

Merged
bors merged 5 commits intorust-lang:masterfrom
nikomatsakis:issue-6298-dataflow-graph
Jul 12, 2013
Merged

Introduce graph abstraction and use for region inference, CFG #7688
bors merged 5 commits intorust-lang:masterfrom
nikomatsakis:issue-6298-dataflow-graph

Conversation

@nikomatsakis
Copy link
Contributor

This patch is a step towards #6298. It extracts the graph abstraction from region inference into a library, and then ports the region inference to use it. It also adds a control-flow graph abstraction that will eventually be used by dataflow. The CFG code is not yet used, but I figured better to add it so as to make later rebasing etc easier.

bors added a commit that referenced this pull request Jul 12, 2013
…graydon

This patch is a step towards #6298. It extracts the graph abstraction from region inference into a library, and then ports the region inference to use it. It also adds a control-flow graph abstraction that will eventually be used by dataflow. The CFG code is not yet used, but I figured better to add it so as to make later rebasing etc easier.
@bors bors closed this Jul 12, 2013
@bors bors merged commit 3b91181 into rust-lang:master Jul 12, 2013
@nikomatsakis nikomatsakis deleted the issue-6298-dataflow-graph branch March 30, 2016 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants