Flow analysis and optimization with computed gotos
Joern Rennecke
amylaar@redhat.com
Tue Dec 5 07:27:00 GMT 2000
> We'd need modifications to the gcse/lcm code to allow it to work
> on subgraphs (which would likely reduce max memory footprint at
> the same time). We'd also need code to appropriately partition
> the CFG; presumably there are well-known algorithms for doing this.
If we handle the abnormal edges as killing all expressions, this will
automatically partition the graph into as many subgraphs as necessary.
We can still pretend to work on the entire graph, and thus get all
subgraphs.
More information about the Gcc
mailing list