Dear All,
Is there a simple way to print the results of the various DSA analysis passes (similar to the ones found in the Pool Allocation papers)? I'm working with a modified DSA analysis pass and would like to know DSNodes it's creating on a particular function.
Thanks in advance.
-- John T.
Try 'analyze -tddatastructure' and other stuff printed by 'analyze --help'. There are various other random printouts that you can get from the DSA stuff, grep for "cl::" in the DSA sources. I don't recall what they do anymore.
I'd suggest talking with Andrew, Dinakar or Sumant about DSA, they're the ones that have done recent work on it.
-Chris