Can some one help me understand how to read Control Flow Graph

I was reading the article on Numba architecture and came across the “control flow graph.” It would be great if someone could explain what the terms in the CFG mean and how to visualize a graph from it. Any reference to related articles will also be helpful.

You can start with the wikipedia article: Control-flow graph - Wikipedia – it’s not too bad.

1 Like