resharper-devguide icon indicating copy to clipboard operation
resharper-devguide copied to clipboard

Control flow graphs and analysis documentation

Open marat-rkh opened this issue 10 years ago • 1 comments

Hi! The section about Control Flow Graphs is not documented yet and I'm very interested in it. It would be great if you could add the information about basics of Control Flow Graphs manipulation and Control Flow Analysis. Thanks in advance!

marat-rkh avatar Feb 17 '15 13:02 marat-rkh

It's a surprisingly large topic. It's a read-only view of the code, so you can't do manipulations as such, but you can walk the edges and nodes of the graph. But building a tree is a complex beast, and I haven't yet figured out a succinct way of documenting this.

citizenmatt avatar Feb 20 '15 15:02 citizenmatt