numba / numba-rvsdg

Numba compatible RVSDG (Regionalized Value State Dependence Graph) utilities.
https://numba-rvsdg.readthedocs.io/
BSD 2-Clause "Simplified" License
18 stars 7 forks source link

Enhance rendering SCFGs #144

Closed esc closed 3 months ago

esc commented 3 months ago

This updates the rendering code for Python source based SCFGs such that the layout of the information inside the nodes has redundancies reduced and there is sufficient whitespace to visually segment the information contained within the nodes.

Before:

Screenshot 2024-08-07 at 11 24 48

After:

Screenshot 2024-08-07 at 11 24 21